diff options
-rw-r--r-- | custom/uucp.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/uucp.nix b/custom/uucp.nix index 59cfab59..1a7f21c7 100644 --- a/custom/uucp.nix +++ b/custom/uucp.nix | |||
@@ -251,7 +251,7 @@ in { | |||
251 | 251 | ||
252 | mkdir -p ${cfg.sshKeyDir} | 252 | mkdir -p ${cfg.sshKeyDir} |
253 | chown ${config.users.users."uucp".name}:${config.users.users."uucp".group} ${cfg.sshKeyDir} | 253 | chown ${config.users.users."uucp".name}:${config.users.users."uucp".group} ${cfg.sshKeyDir} |
254 | chmod 700 ${config.sshKeyDir} | 254 | chmod 700 ${cfg.sshKeyDir} |
255 | 255 | ||
256 | ${concatStringsSep "\n" (mapAttrsToList sshKeyGen cfg.remoteNodes)} | 256 | ${concatStringsSep "\n" (mapAttrsToList sshKeyGen cfg.remoteNodes)} |
257 | ''; | 257 | ''; |