summaryrefslogtreecommitdiff
path: root/custom/uucp.nix
diff options
context:
space:
mode:
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 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