syncthing: remove trailing newline

This commit is contained in:
a-kenji 2024-06-06 10:27:32 +02:00 committed by kenji
parent cf310be1c8
commit 9ccff4ab2e

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