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