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 | c7aa4cc111d3e946d455fc1e32326a7c2061d760 (patch) | |
tree | cc42b7f3d3b077916da8523b15a4657dfbfd1815 /jeschli/2configs | |
parent | bb78d422eba4ef912fbc0c185efb45bd439f5bdc (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 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 = [ |