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 ];