updates port/firewall declaration for cockpit

This commit is contained in:
Dennis 2026-01-26 10:12:52 +01:00
parent 5d23cd5777
commit 79b94f7027
2 changed files with 4 additions and 0 deletions

View file

@ -63,9 +63,11 @@
enable = true;
allowedTCPPorts = [
9002 # Actual
9999 # Cockpit
];
allowedUDPPorts = [
9002 # Actual
9999 # Cockpit
];
};