diff options
author | makefu <github@syntax-fehler.de> | 2018-09-08 18:53:49 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2018-09-08 18:53:49 +0200 |
commit | be93f44a4c043f3b5177ee4fb971956677ae30ea (patch) | |
tree | 71006153c7a728490bfd03c291549063381835b0 /jeschli/2configs/retiolum.nix | |
parent | 932ce82229626eb82c01c92a1c9ae5a161dc7970 (diff) | |
parent | af9935950e251c1c61139ac85080805ba29632b4 (diff) |
Merge remote-tracking branch 'lass/master'
Diffstat (limited to 'jeschli/2configs/retiolum.nix')
-rw-r--r-- | jeschli/2configs/retiolum.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jeschli/2configs/retiolum.nix b/jeschli/2configs/retiolum.nix index b611cbe..f226096 100644 --- a/jeschli/2configs/retiolum.nix +++ b/jeschli/2configs/retiolum.nix @@ -17,7 +17,7 @@ tinc = pkgs.tinc_pre; }; - networking.firewall.allowedTCPPorts = [ 655 ]; + networking.firewall.allowedTCPPorts = [ 80 655 ]; networking.firewall.allowedUDPPorts = [ 655 ]; environment.systemPackages = [ |