permission shiet 2

This commit is contained in:
2025-07-21 19:16:13 +02:00
parent 538f265004
commit 87fc055f26

View File

@@ -3,7 +3,6 @@
lib, lib,
... ...
}: let }: let
srv = config.server;
cfg = config.server.qbittorrent; cfg = config.server.qbittorrent;
in { in {
options.server.qbittorrent = { options.server.qbittorrent = {
@@ -65,9 +64,9 @@ in {
config.age.secrets.gluetunEnv.path config.age.secrets.gluetunEnv.path
]; ];
environment = { environment = {
PUID = "0"; PUID = "1001";
PGID = "777"; PGID = "777";
TZ = "Etc/UTC"; TZ = "Europe/Stockholm";
WEBUI_PORT = "${builtins.toString cfg.port}"; WEBUI_PORT = "${builtins.toString cfg.port}";
}; };
}; };