diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-06 13:26:34 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-06 13:26:34 +0200 |
commit | 4a03c26f8258fc8c91651c2f3886f93261978724 (patch) | |
tree | d50bb25180a214efa6312ca1ea3a1d0f7afa8b02 /custom | |
parent | 9cd2fd2d3ceee11afbcfdaae902fea75d25756ea (diff) | |
download | nixos-4a03c26f8258fc8c91651c2f3886f93261978724.tar nixos-4a03c26f8258fc8c91651c2f3886f93261978724.tar.gz nixos-4a03c26f8258fc8c91651c2f3886f93261978724.tar.bz2 nixos-4a03c26f8258fc8c91651c2f3886f93261978724.tar.xz nixos-4a03c26f8258fc8c91651c2f3886f93261978724.zip |
…
Diffstat (limited to 'custom')
-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 70f3d5db..749c8e08 100644 --- a/custom/uucp.nix +++ b/custom/uucp.nix | |||
@@ -24,7 +24,7 @@ let | |||
24 | Host ${name}.${port} | 24 | Host ${name}.${port} |
25 | Hostname ${port} | 25 | Hostname ${port} |
26 | IdentitiesOnly Yes | 26 | IdentitiesOnly Yes |
27 | IdentityFile ${cfg.sshKeyDir}/${name}.pub | 27 | IdentityFile ${cfg.sshKeyDir}/${name} |
28 | '') node.hostnames); | 28 | '') node.hostnames); |
29 | sshKeyGen = name: node: '' | 29 | sshKeyGen = name: node: '' |
30 | if [[ ! -e ${cfg.sshKeyDir}/${name} ]]; then | 30 | if [[ ! -e ${cfg.sshKeyDir}/${name} ]]; then |