Merge pull request 'syncthing-remove-newline' (#1581) from kenji/clan-core:syncthing-remove-newline into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1581
This commit is contained in:
@@ -22,7 +22,7 @@ let
|
||||
name = machine;
|
||||
value = {
|
||||
name = machine;
|
||||
id = (builtins.readFile (syncthingPublicKeyPath machine));
|
||||
id = (lib.removeSuffix "\n" (builtins.readFile (syncthingPublicKeyPath machine)));
|
||||
};
|
||||
}) syncthingPublicKeyMachines;
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user