porani: open firewall

This commit is contained in:
Ingolf Wagner 2019-12-14 23:19:12 +13:00
parent e27e76e316
commit b315d15026
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -33,4 +33,9 @@
};
};
# allow everybody in the net to access the wifi
networking.firewall = {
allowedTCPPorts = [ 8080 ];
allowedUDPPorts = [ 8080 ];
};
}