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;
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user