misc fixes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ service_configs, ... }:
|
||||
{ service_configs, config, ... }:
|
||||
{
|
||||
virtualisation.quadlet = {
|
||||
containers = {
|
||||
@@ -31,11 +31,13 @@
|
||||
containerConfig = {
|
||||
image = "lscr.io/linuxserver/qbittorrent:latest";
|
||||
name = "qbittorrent";
|
||||
autoUpdate = "registry";
|
||||
|
||||
environments = {
|
||||
WEBUI_PORT = service_configs.ports.torrent;
|
||||
DOCKER_MODS = "ghcr.io/gabe565/linuxserver-mod-vuetorrent";
|
||||
PUID = 1000;
|
||||
PGID = 1000;
|
||||
# PUID = 1000;
|
||||
PGID = config.users.groups.${config.services.jellyfin.group}.gid;
|
||||
};
|
||||
|
||||
volumes = [
|
||||
|
||||
Reference in New Issue
Block a user