Merge pull request 'syncthing-remove-newline' (#1581) from kenji/clan-core:syncthing-remove-newline into main

Reviewed-on: clan/clan-core#1581
This commit is contained in:
kenji 2024-06-06 08:34:08 +00:00
commit 86b08258dd

View File

@ -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