summaryrefslogtreecommitdiff
path: root/custom/uucp.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-04-06 13:17:48 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-04-06 13:17:48 +0200
commitf3b930a521dd8adf410dc3ac8d38e78994aff6ef (patch)
tree1573b6680ab04b3513a076623307e3f85dbc57c4 /custom/uucp.nix
parenta4cb7c38cbdf32c610029ac42274a544f243ce79 (diff)
downloadnixos-f3b930a521dd8adf410dc3ac8d38e78994aff6ef.tar
nixos-f3b930a521dd8adf410dc3ac8d38e78994aff6ef.tar.gz
nixos-f3b930a521dd8adf410dc3ac8d38e78994aff6ef.tar.bz2
nixos-f3b930a521dd8adf410dc3ac8d38e78994aff6ef.tar.xz
nixos-f3b930a521dd8adf410dc3ac8d38e78994aff6ef.zip
Diffstat (limited to 'custom/uucp.nix')
-rw-r--r--custom/uucp.nix2
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 '';