main-homelab: enable prowlarr container
This commit is contained in:
parent
389898403a
commit
fa51741565
1 changed files with 7 additions and 4 deletions
|
|
@ -28,10 +28,13 @@
|
||||||
caddy.enable = lib.mkForce true;
|
caddy.enable = lib.mkForce true;
|
||||||
};
|
};
|
||||||
|
|
||||||
containers.jellyfin.enable = lib.mkForce true;
|
containers = {
|
||||||
containers.qbittorrent.enable = lib.mkForce true;
|
jellyfin.enable = lib.mkForce true;
|
||||||
containers.lidarr.enable = lib.mkForce true;
|
qbittorrent.enable = lib.mkForce true;
|
||||||
containers.homarr.enable = lib.mkForce true;
|
lidarr.enable = lib.mkForce true;
|
||||||
|
homarr.enable = lib.mkForce true;
|
||||||
|
prowlarr.enable = lib.mkForce true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.hostName = "veneficium-main-homelab-nixos";
|
networking.hostName = "veneficium-main-homelab-nixos";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue