Fix errors
This commit is contained in:
parent
03300b37ae
commit
75c83260c6
1 changed files with 3 additions and 3 deletions
|
@ -20,11 +20,11 @@ in {
|
|||
};
|
||||
age.secrets.docker-gluetun-env = {
|
||||
file = ./secrets/docker-gluetun-env.age;
|
||||
owner = "crowdsec";
|
||||
owner = "tbarnouin";
|
||||
};
|
||||
age.secrets.docker-qbittorrent-env = {
|
||||
file = ./secrets/docker-qbittorrent-env.age;
|
||||
owner = "crowdsec";
|
||||
owner = "tbarnouin";
|
||||
};
|
||||
users.users.tbarnouin.extraGroups = ["docker"];
|
||||
fileSystems = {
|
||||
|
@ -88,7 +88,7 @@ in {
|
|||
"qbittorrent" = {
|
||||
autoStart = true;
|
||||
image = "lscr.io/linuxserver/qbittorrent:latest";
|
||||
environmentFiles = ["${config.age.secrets.docker-qbittorrent-envpath}"];
|
||||
environmentFiles = ["${config.age.secrets.docker-qbittorrent-env.path}"];
|
||||
environment = {
|
||||
"DOCKER_MODS" = "ghcr.io/t-anc/gsp-qbittorent-gluetun-sync-port-mod:main";
|
||||
"GSP_MINIMAL_LOGS" = "false";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue