diff --git a/modules/server/qbittorrent/default.nix b/modules/server/qbittorrent/default.nix index 5dd46785..c3fc26bd 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; + }; + }; }; }