From 8c2c1c9ada44f34e775f2e26bc11ca524106511e Mon Sep 17 00:00:00 2001 From: cnst Date: Mon, 21 Jul 2025 13:57:50 +0200 Subject: [PATCH] inactivate persistent experiment --- modules/server/qbittorrent/default.nix | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/modules/server/qbittorrent/default.nix b/modules/server/qbittorrent/default.nix index 69e0d46f..9dc17969 100644 --- a/modules/server/qbittorrent/default.nix +++ b/modules/server/qbittorrent/default.nix @@ -70,7 +70,7 @@ in { volumes = [ "config:/storage/volumes/config" "config:/storage/volumes/downloads" - "/var/lib/qbittorrent:/config" + # "/var/lib/qbittorrent:/config" ]; environmentFiles = [ config.age.secrets.gluetunEnv.path @@ -108,16 +108,16 @@ in { }; }; - environment.persistence."/persist/backup" = { - directories = [ - { - directory = "/var/lib/qbittorrent"; - user = "qbittorrent"; - group = "qbittorrent"; - mode = "0750"; - } - ]; - }; + # environment.persistence."/persist/backup" = { + # directories = [ + # { + # directory = "/var/lib/qbittorrent"; + # user = "qbittorrent"; + # group = "qbittorrent"; + # mode = "0750"; + # } + # ]; + # }; users = { users.qbittorrent = {