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:
kenji
2024-06-06 08:34:08 +00:00

View File

@@ -22,7 +22,7 @@ let
name = machine; name = machine;
value = { value = {
name = machine; name = machine;
id = (builtins.readFile (syncthingPublicKeyPath machine)); id = (lib.removeSuffix "\n" (builtins.readFile (syncthingPublicKeyPath machine)));
}; };
}) syncthingPublicKeyMachines; }) syncthingPublicKeyMachines;
in in