From bc58a98ec15e30b6b0765e2e73d16ca605db75a6 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 27 Apr 2016 12:55:11 +0200 Subject: better port setup --- custom/uucp.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'custom') 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 system ${name} time Any port ${name} + chat "" + protocol e ''; in { options = { @@ -139,7 +141,11 @@ in { ''; environment.etc."uucp/port" = { - text = concatStringsSep "\n" (map portSpec config.services.uucp.remoteNodes); + text = '' + port ssh + type stdin + protocol e + '' + concatStringsSep "\n" (map portSpec config.services.uucp.remoteNodes); }; environment.etc."uucp/sys" = { text = concatStringsSep "\n" (map sysSpec config.services.uucp.remoteNodes); -- cgit v1.2.3