Commit 9bd92caccf14

Vincent Demeester <vincent@sbr.pm>
2019-04-14 16:47:41
machine/okinawa: open port 80
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent f5e60d9
Changed files (1)
machine/okinawa.nix
@@ -8,7 +8,7 @@ with import ../assets/machines.nix; {
   networking = {
     firewall = {
       allowPing = true;
-      allowedTCPPorts = [ 5000 53 ];
+      allowedTCPPorts = [ 5000 53 80 ];
       allowedUDPPorts = [ 53 ];
     };
   };