From 0ca58d0fec0308317d1c79ca4e12bb6e56db6ff7 Mon Sep 17 00:00:00 2001 From: Dennis Date: Mon, 26 Jan 2026 10:24:32 +0100 Subject: [PATCH] fixes cockpit --- hosts/dnsc-server/default.nix | 2 -- modules/cockpit/default.nix | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/dnsc-server/default.nix b/hosts/dnsc-server/default.nix index f1ded22..7771054 100644 --- a/hosts/dnsc-server/default.nix +++ b/hosts/dnsc-server/default.nix @@ -63,11 +63,9 @@ enable = true; allowedTCPPorts = [ 9002 # Actual - 9090 # Cockpit ]; allowedUDPPorts = [ 9002 # Actual - 9090 # Cockpit ]; }; diff --git a/modules/cockpit/default.nix b/modules/cockpit/default.nix index 6cb5fc3..2e25196 100644 --- a/modules/cockpit/default.nix +++ b/modules/cockpit/default.nix @@ -1,6 +1,7 @@ { services.cockpit = { enable = true; + openFirewall = true; settings = { WebService = { AllowUnencrypted = true;