chore(arr): Move to new host
This commit is contained in:
parent
badc78ece6
commit
d9e020a0c7
2 changed files with 13 additions and 3 deletions
|
|
@ -4,9 +4,9 @@
|
||||||
config = {
|
config = {
|
||||||
homelab = {
|
homelab = {
|
||||||
apps = {
|
apps = {
|
||||||
arr = {
|
bind9.enable = true;
|
||||||
qbittorrent.enable = true;
|
traefik.enable = true;
|
||||||
};
|
plex.enable = true;
|
||||||
};
|
};
|
||||||
virtualisation.guest.enable = true;
|
virtualisation.guest.enable = true;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,16 @@
|
||||||
{
|
{
|
||||||
config = {
|
config = {
|
||||||
homelab = {
|
homelab = {
|
||||||
|
apps = {
|
||||||
|
arr = {
|
||||||
|
bazarr.enable = true;
|
||||||
|
prowlarr.enable = true;
|
||||||
|
qbittorrent.enable = true;
|
||||||
|
radarr.enable = true;
|
||||||
|
sonarr.enable = true;
|
||||||
|
};
|
||||||
|
traefik.enable = true;
|
||||||
|
};
|
||||||
virtualisation.guest.enable = true;
|
virtualisation.guest.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue