some changes
This commit is contained in:
@@ -29,6 +29,13 @@ in {
|
||||
"fuse"
|
||||
"fail2ban"
|
||||
"vaultwarden"
|
||||
"qbittorrent"
|
||||
"lidarr"
|
||||
"prowlarr"
|
||||
"bazarr"
|
||||
"sonarr"
|
||||
"radarr"
|
||||
"media"
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
@@ -58,15 +58,15 @@ in {
|
||||
"--network=container:gluetun"
|
||||
];
|
||||
volumes = [
|
||||
"/var/lib/qbittorrent:/config"
|
||||
"/shared/downloads:/downloads"
|
||||
"config:/var/lib/qbittorrent"
|
||||
"downloads:/home/cnst/downloads"
|
||||
];
|
||||
environmentFiles = [
|
||||
config.age.secrets.gluetunEnv.path
|
||||
];
|
||||
environment = {
|
||||
PUID = "${builtins.toString srv.uid}";
|
||||
PGID = "${builtins.toString srv.gid}";
|
||||
PUID = "0";
|
||||
PGID = "777";
|
||||
TZ = "Etc/UTC";
|
||||
WEBUI_PORT = "${builtins.toString cfg.port}";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user