diff options
author | lassulus <lassulus@lassul.us> | 2018-01-10 15:30:51 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2018-01-10 15:30:51 +0100 |
commit | 279ce3bbbc562d53ba4696c90025671be32b5e0e (patch) | |
tree | 5c2a8b12424aaa2eb5a02f350ca6304a1436dc01 /jeschli/2configs/retiolum.nix | |
parent | 42e1d088367412b3f2a340a242285c5734508735 (diff) | |
parent | 94c785281a89711742bb32cde94b9ccbb7603c21 (diff) |
Merge remote-tracking branch 'prism/staging/jeschli'
Diffstat (limited to 'jeschli/2configs/retiolum.nix')
-rw-r--r-- | jeschli/2configs/retiolum.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/jeschli/2configs/retiolum.nix b/jeschli/2configs/retiolum.nix index 403300b30..b611cbe7d 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 ]; |