fix origins
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 21s

This commit is contained in:
Satria 2026-07-20 18:55:44 +07:00
commit 30f3ef32fa

View file

@ -1,7 +1,7 @@
{ homelab, pkgs, ... }: { { homelab, pkgs, ... }: {
services.cockpit = { services.cockpit = {
enable = true; enable = true;
allowed-origins = [ "control.${homelab.proxy.base}" ]; allowed-origins = [ "https://control.proxy.${homelab.domain}" ];
plugins = with pkgs; [ plugins = with pkgs; [
cockpit-files cockpit-machines cockpit-files cockpit-machines
]; ];