diff --git a/modules/server/qbittorrent/default.nix b/modules/server/qbittorrent/default.nix index 14167ac7..ad26de4f 100644 --- a/modules/server/qbittorrent/default.nix +++ b/modules/server/qbittorrent/default.nix @@ -67,8 +67,8 @@ in { config.age.secrets.gluetunEnv.path ]; environment = { - # PUID = toString uid; - # PGID = toString gid; + PUID = 994; + PGID = 993; TZ = "Europe/Stockholm"; WEBUI_PORT = "${builtins.toString cfg.port}"; };