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 = {
enable = true;
allowedTCPPorts = [
9002 # Actual
443
];
allowedUDPPorts = [
9002 # Actual
443
];
};