From 2ea223b927998c6c845423b725bbeb483208cf39 Mon Sep 17 00:00:00 2001 From: cnst Date: Tue, 22 Jul 2025 16:00:58 +0200 Subject: [PATCH] string --- 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 ad26de4f..c3fc26bd 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 = 994; - PGID = 993; + PUID = "994"; + PGID = "993"; TZ = "Europe/Stockholm"; WEBUI_PORT = "${builtins.toString cfg.port}"; };