From d5046d55f31cf05e1af2b95fe3629f9cd650b83f Mon Sep 17 00:00:00 2001 From: cnst Date: Tue, 22 Jul 2025 16:04:22 +0200 Subject: [PATCH] fesf --- 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 c3fc26bd..5dd46785 100644 --- a/modules/server/qbittorrent/default.nix +++ b/modules/server/qbittorrent/default.nix @@ -99,16 +99,16 @@ in { }; }; - users = { - users.qbittorrent = { - inherit uid; - group = "qbittorrent"; - extraGroups = ["${srv.group}"]; - isSystemUser = true; - }; - groups.qbittorrent = { - inherit gid; - }; - }; + # users = { + # users.qbittorrent = { + # inherit uid; + # group = "qbittorrent"; + # extraGroups = ["${srv.group}"]; + # isSystemUser = true; + # }; + # groups.qbittorrent = { + # inherit gid; + # }; + # }; }; }