{ virtualisation = { containers.enable = true; podman.enable = true; oci-containers.containers = { qbittorrent = { image = "lscr.io/linuxserver/qbittorrent:4.6.7"; volumes = [ "qbittorrent-config:/config" "/video-data/torrent:/data/torrent" ]; environment = { TZ = "America/New_York"; PUID = "910"; PGID = "911"; UMASK = "002"; DELUGE_LOGLEVEL = "error"; }; labels.swag = "enable"; ports = [ "34996:34996" "34996:34996/udp" ]; extraOptions = [ "--pull=newer" "--network=www" ]; }; }; }; }