This commit is contained in:
2024-10-07 23:16:04 -04:00
parent 1c2dd9bcb0
commit dfa8472c04
6 changed files with 12 additions and 12 deletions

View File

@@ -5,7 +5,7 @@
gluetun.containerConfig = {
image = "docker.io/qmcgaw/gluetun";
name = "gluetun";
autoUpdate = "registry";
# autoUpdate = "registry";
addCapabilities = [
"NET_ADMIN"
@@ -36,7 +36,6 @@
environments = {
WEBUI_PORT = service_configs.ports.torrent;
DOCKER_MODS = "ghcr.io/gabe565/linuxserver-mod-vuetorrent";
# PUID = 1000;
PGID = config.users.groups.${config.services.jellyfin.group}.gid;
};
@@ -54,6 +53,7 @@
};
};
};
networks = {
internal.networkConfig.subnets = [ "10.0.123.1/24" ];
};