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
];
};

View file

@ -2,6 +2,8 @@
services.cockpit = {
enable = true;
port = 9999;
openFirewall = true;
allowed-origins = [ "192.168.178.69:9999" ];
settings = {
WebService = {
AllowUnencrypted = true;