diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-06 13:41:11 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-06 13:41:11 +0200 |
commit | 8156ce5a53dea671701d342a2db3346074dceb7b (patch) | |
tree | 6a2275c84bd898ae1a0a916b312cfda7f133654e /custom | |
parent | 70ddde12c20b82dededf056dcca093044d2b6235 (diff) | |
download | nixos-8156ce5a53dea671701d342a2db3346074dceb7b.tar nixos-8156ce5a53dea671701d342a2db3346074dceb7b.tar.gz nixos-8156ce5a53dea671701d342a2db3346074dceb7b.tar.bz2 nixos-8156ce5a53dea671701d342a2db3346074dceb7b.tar.xz nixos-8156ce5a53dea671701d342a2db3346074dceb7b.zip |
…
Diffstat (limited to 'custom')
-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: '' |