From 94c785281a89711742bb32cde94b9ccbb7603c21 Mon Sep 17 00:00:00 2001 From: jeschli Date: Wed, 10 Jan 2018 15:10:13 +0100 Subject: jeschli retiolum: connect to enklave --- jeschli/2configs/retiolum.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'jeschli/2configs/retiolum.nix') diff --git a/jeschli/2configs/retiolum.nix b/jeschli/2configs/retiolum.nix index 403300b3..b611cbe7 100644 --- a/jeschli/2configs/retiolum.nix +++ b/jeschli/2configs/retiolum.nix @@ -9,6 +9,7 @@ "gum" "ni" "dishfire" + "enklave" ]; }; @@ -16,6 +17,9 @@ tinc = pkgs.tinc_pre; }; + networking.firewall.allowedTCPPorts = [ 655 ]; + networking.firewall.allowedUDPPorts = [ 655 ]; + environment.systemPackages = [ pkgs.tinc ]; -- cgit v1.2.3