enable firewall

This commit is contained in:
Colin 2022-04-27 07:24:43 +00:00
parent 402ea19e0b
commit 581c5735c8

View File

@ -25,7 +25,11 @@
];
# TODO colin: re-enable the firewall
networking.firewall.enable = false;
# networking.firewall.enable = false;
networking.firewall.allowedTCPPorts = [ 25 80 443 ];
# DLNA ports: https://jellyfin.org/docs/general/networking/index.html
networking.firewall.allowedUDPPorts = [ 1900 7359 ];
# XXX colin: UNMODIFIED DEFAULTS BELOW