diff options
author | jeschli <jeschli@gmail.com> | 2018-09-04 19:54:22 +0200 |
---|---|---|
committer | jeschli <jeschli@gmail.com> | 2018-09-04 19:54:22 +0200 |
commit | 071cc0f5b109b4e17b3d6616fcc20c419ae1f7c8 (patch) | |
tree | 636093d39b224efd903b12f174d26c55f5e3fc36 /jeschli/2configs | |
parent | 8cfc4f5eda10b1025a4ad3b9725deb9ad7a32338 (diff) |
j enklave: +cgit
Diffstat (limited to 'jeschli/2configs')
-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 b611cbe7d..f22609655 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 = [ |