This commit is contained in:
parent
c609d53062
commit
1bf75d2f1f
2 changed files with 10 additions and 0 deletions
9
modules/system/homelab/control.nix
Normal file
9
modules/system/homelab/control.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ homelab, pkgs, ... }: {
|
||||
services.cockpit = {
|
||||
enable = true;
|
||||
allowed-origins = [ "control.${homelab.proxy.base}" ];
|
||||
plugins = with pkgs; [
|
||||
cockpit-files cockpit-machines
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
@ -11,6 +11,7 @@ in {
|
|||
./homelab/containers.nix
|
||||
./homelab/gallery.nix
|
||||
./homelab/tunnels.nix
|
||||
./homelab/control.nix
|
||||
./homelab/notify.nix
|
||||
./homelab/search.nix
|
||||
./homelab/media.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue