opens https port on home server

This commit is contained in:
Dennis 2026-01-29 12:29:27 +01:00
parent e7ee8957f8
commit 8836d09110

View file

@ -62,10 +62,10 @@
networking.firewall = { networking.firewall = {
enable = true; enable = true;
allowedTCPPorts = [ allowedTCPPorts = [
9002 # Actual 443
]; ];
allowedUDPPorts = [ allowedUDPPorts = [
9002 # Actual 443
]; ];
}; };