fixes cockpit

This commit is contained in:
Dennis 2026-01-26 10:24:32 +01:00
parent 6c77997911
commit 0ca58d0fec
2 changed files with 1 additions and 2 deletions

View file

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

View file

@ -1,6 +1,7 @@
{
services.cockpit = {
enable = true;
openFirewall = true;
settings = {
WebService = {
AllowUnencrypted = true;