fix origins
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 21s
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 21s
This commit is contained in:
parent
6d7cbb1066
commit
30f3ef32fa
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue