enable arr
This commit is contained in:
@@ -17,10 +17,10 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
prowlarr = {
|
prowlarr = {
|
||||||
enable = false;
|
enable = true;
|
||||||
};
|
};
|
||||||
lidarr = {
|
lidarr = {
|
||||||
enable = false;
|
enable = true;
|
||||||
};
|
};
|
||||||
vaultwarden = {
|
vaultwarden = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@@ -31,7 +31,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
qbittorrent = {
|
qbittorrent = {
|
||||||
enable = false;
|
enable = true;
|
||||||
port = 8090;
|
port = 8090;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -62,7 +62,7 @@ in {
|
|||||||
];
|
];
|
||||||
volumes = [
|
volumes = [
|
||||||
"config:/var/lib/qbittorrent"
|
"config:/var/lib/qbittorrent"
|
||||||
"downloads:/home/media/downloads"
|
"downloads:/home/share/downloads"
|
||||||
];
|
];
|
||||||
environmentFiles = [
|
environmentFiles = [
|
||||||
config.age.secrets.gluetunEnv.path
|
config.age.secrets.gluetunEnv.path
|
||||||
|
|||||||
Reference in New Issue
Block a user