permission shiet 2
This commit is contained in:
@@ -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}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user