diff --git a/modules/cockpit/default.nix b/modules/cockpit/default.nix index 6cd3f00..63fd926 100644 --- a/modules/cockpit/default.nix +++ b/modules/cockpit/default.nix @@ -2,10 +2,13 @@ services.cockpit = { enable = true; openFirewall = true; + allowed-origins = [ + "http://192.168.178.69:9090" + "wss://192.168.178.69:9090" + ]; settings = { WebService = { AllowUnencrypted = true; - Origins = "http://192.168.178.69:9090 wss://192.168.178.69:9090"; }; }; };