diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-06 13:17:48 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-06 13:17:48 +0200 |
| commit | f3b930a521dd8adf410dc3ac8d38e78994aff6ef (patch) | |
| tree | 1573b6680ab04b3513a076623307e3f85dbc57c4 | |
| parent | a4cb7c38cbdf32c610029ac42274a544f243ce79 (diff) | |
| download | nixos-f3b930a521dd8adf410dc3ac8d38e78994aff6ef.tar nixos-f3b930a521dd8adf410dc3ac8d38e78994aff6ef.tar.gz nixos-f3b930a521dd8adf410dc3ac8d38e78994aff6ef.tar.bz2 nixos-f3b930a521dd8adf410dc3ac8d38e78994aff6ef.tar.xz nixos-f3b930a521dd8adf410dc3ac8d38e78994aff6ef.zip | |
…
| -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 | ''; |
