mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
fix transmission
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
Former-commit-id: 29fc2d6a1b
This commit is contained in:
@@ -9,10 +9,10 @@ let
|
||||
in {
|
||||
nixarr = {
|
||||
enable = true;
|
||||
# vpn = {
|
||||
# enable = true;
|
||||
# wgConf = config.sops.secrets.wireguard-pia.path;
|
||||
# };
|
||||
vpn = {
|
||||
enable = true;
|
||||
wgConf = config.sops.secrets.wireguard-pia.path;
|
||||
};
|
||||
mediaDir = "/data/media";
|
||||
stateDir = "/data/.state/nixarr";
|
||||
|
||||
@@ -22,11 +22,11 @@ in {
|
||||
radarr.enable = true;
|
||||
sonarr.enable = true;
|
||||
bazarr.enable = true;
|
||||
# transmission = {
|
||||
# enable = true;
|
||||
# extraSettings = { trash-original-torrent-files = true; };
|
||||
# vpn.enable = true;
|
||||
# };
|
||||
transmission = {
|
||||
enable =true;
|
||||
extraSettings = { trash-original-torrent-files = true; };
|
||||
vpn.enable = true;
|
||||
};
|
||||
|
||||
recyclarr = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user