diff options
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 2016b8c6..f0d98c37 100644 --- a/custom/uucp.nix +++ b/custom/uucp.nix | |||
@@ -10,7 +10,7 @@ let | |||
10 | reliable true | 10 | reliable true |
11 | command ${pkgs.openssh}/bin/ssh -x -o batchmode=yes ${name}.${port} | 11 | command ${pkgs.openssh}/bin/ssh -x -o batchmode=yes ${name}.${port} |
12 | '') node.hostnames); | 12 | '') node.hostnames); |
13 | sysSpec = name: '' | 13 | sysSpec = name: node: '' |
14 | system ${name} | 14 | system ${name} |
15 | time Any | 15 | time Any |
16 | chat "" | 16 | chat "" |