From d06dbf24b736b4cb872fb12f9089bc3516796772 Mon Sep 17 00:00:00 2001 From: Dennis Date: Mon, 26 Jan 2026 10:34:36 +0100 Subject: [PATCH] tries to allow origins --- modules/cockpit/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/cockpit/default.nix b/modules/cockpit/default.nix index 2e25196..6cd3f00 100644 --- a/modules/cockpit/default.nix +++ b/modules/cockpit/default.nix @@ -5,6 +5,7 @@ settings = { WebService = { AllowUnencrypted = true; + Origins = "http://192.168.178.69:9090 wss://192.168.178.69:9090"; }; }; };