diff options
| -rw-r--r-- | custom/uucp.nix | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/custom/uucp.nix b/custom/uucp.nix index 6fabe882..da59d74d 100644 --- a/custom/uucp.nix +++ b/custom/uucp.nix | |||
| @@ -14,6 +14,8 @@ let | |||
| 14 | system ${name} | 14 | system ${name} |
| 15 | time Any | 15 | time Any |
| 16 | port ${name} | 16 | port ${name} |
| 17 | chat "" | ||
| 18 | protocol e | ||
| 17 | ''; | 19 | ''; |
| 18 | in { | 20 | in { |
| 19 | options = { | 21 | options = { |
| @@ -139,7 +141,11 @@ in { | |||
| 139 | ''; | 141 | ''; |
| 140 | 142 | ||
| 141 | environment.etc."uucp/port" = { | 143 | environment.etc."uucp/port" = { |
| 142 | text = concatStringsSep "\n" (map portSpec config.services.uucp.remoteNodes); | 144 | text = '' |
| 145 | port ssh | ||
| 146 | type stdin | ||
| 147 | protocol e | ||
| 148 | '' + concatStringsSep "\n" (map portSpec config.services.uucp.remoteNodes); | ||
| 143 | }; | 149 | }; |
| 144 | environment.etc."uucp/sys" = { | 150 | environment.etc."uucp/sys" = { |
| 145 | text = concatStringsSep "\n" (map sysSpec config.services.uucp.remoteNodes); | 151 | text = concatStringsSep "\n" (map sysSpec config.services.uucp.remoteNodes); |
