Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 2s
9 lines
No EOL
204 B
Nix
9 lines
No EOL
204 B
Nix
{ homelab, pkgs, ... }: {
|
|
services.cockpit = {
|
|
enable = true;
|
|
allowed-origins = [ "control.${homelab.proxy.base}" ];
|
|
plugins = with pkgs; [
|
|
cockpit-files cockpit-machines
|
|
];
|
|
};
|
|
} |