diff --git a/modules/cockpit/default.nix b/modules/cockpit/default.nix index ae68357..31e63b5 100644 --- a/modules/cockpit/default.nix +++ b/modules/cockpit/default.nix @@ -1,9 +1,7 @@ { services.cockpit = { enable = true; - port = 9999; - openFirewall = true; - allowed-origins = [ "192.168.178.69:9999" ]; + allowed-origins = [ "http://192.168.178.69:9090" ]; settings = { WebService = { AllowUnencrypted = true;