diff options
-rw-r--r-- | custom/uucp.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/custom/uucp.nix b/custom/uucp.nix index 9bad979e..0ae99f91 100644 --- a/custom/uucp.nix +++ b/custom/uucp.nix | |||
@@ -15,6 +15,7 @@ let | |||
15 | time any | 15 | time any |
16 | chat-seven-bit false | 16 | chat-seven-bit false |
17 | chat . "" | 17 | chat . "" |
18 | protocol ${node.protocols} | ||
18 | command-path ${concatStringsSep " " cfg.commandPath} | 19 | command-path ${concatStringsSep " " cfg.commandPath} |
19 | commands ${concatStringsSep " " node.commands} | 20 | commands ${concatStringsSep " " node.commands} |
20 | ${concatStringsSep "\nalternate\n" (map (port: '' | 21 | ${concatStringsSep "\nalternate\n" (map (port: '' |