diff options
author | tv <tv@krebsco.de> | 2018-01-16 20:19:27 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2018-01-16 20:19:27 +0100 |
commit | cc4e5322aeca08d121b7769517136b05d7e391ca (patch) | |
tree | 8d8757d91cd631c58d30cb98589973a4983e9d4a /jeschli/2configs/retiolum.nix | |
parent | 1c06f938b3d4e4e036184639ecdcadec27b5d8f8 (diff) | |
parent | 74d1531be988057ccadd3de5184d915dcf84c92d (diff) |
Merge remote-tracking branch 'prism/master'
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 ]; |