From 6091d0586ce6a93f2d8c9198ea3220c95b872169 Mon Sep 17 00:00:00 2001 From: cnst Date: Tue, 22 Jul 2025 15:04:51 +0200 Subject: [PATCH] names and shit 2 --- modules/server/qbittorrent/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/server/qbittorrent/default.nix b/modules/server/qbittorrent/default.nix index 0ce4f166..3a356e6b 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 srv.uid; - PGID = toString srv.gid; + PUID = toString uid; + PGID = toString gid; TZ = "Europe/Stockholm"; WEBUI_PORT = "${builtins.toString cfg.port}"; };