From 30f3ef32fadbbab480012615e157d6ec428c8965 Mon Sep 17 00:00:00 2001 From: satr14 Date: Mon, 20 Jul 2026 18:55:44 +0700 Subject: [PATCH] fix origins --- modules/system/homelab/control.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/homelab/control.nix b/modules/system/homelab/control.nix index 82e55c3..9522910 100644 --- a/modules/system/homelab/control.nix +++ b/modules/system/homelab/control.nix @@ -1,7 +1,7 @@ { homelab, pkgs, ... }: { services.cockpit = { enable = true; - allowed-origins = [ "control.${homelab.proxy.base}" ]; + allowed-origins = [ "https://control.proxy.${homelab.domain}" ]; plugins = with pkgs; [ cockpit-files cockpit-machines ];