From f71cd60aeeafbf31f8af857392dfa9c1016cc1cf Mon Sep 17 00:00:00 2001 From: quinm0 Date: Sat, 28 Mar 2026 01:46:54 -0400 Subject: [PATCH] add lutris and vlc --- nix/user-quin.nix | 2 + src/docker-compose/downloadin-compose.yaml | 46 +++++++++++----------- 2 files changed, 25 insertions(+), 23 deletions(-) diff --git a/nix/user-quin.nix b/nix/user-quin.nix index 8bcff63..2de81ad 100644 --- a/nix/user-quin.nix +++ b/nix/user-quin.nix @@ -23,6 +23,8 @@ libreoffice-qt-fresh ansible_2_18 trash-cli + lutris + vlc ]; }; diff --git a/src/docker-compose/downloadin-compose.yaml b/src/docker-compose/downloadin-compose.yaml index 1dbf3e6..373b299 100644 --- a/src/docker-compose/downloadin-compose.yaml +++ b/src/docker-compose/downloadin-compose.yaml @@ -74,8 +74,8 @@ services: - TZ=${TZ} volumes: - ${DOWNLOAD_ETC_PATH}/radarr:/config - - ${DOWNLOAD_DONE_PATH}/Movies:/Movies #optional - ${DOWNLOAD_IN_PROGRESS_PATH}:/downloads #optional + - /mnt/mega/jellyfinMedia:/media depends_on: vpn: condition: service_started @@ -87,28 +87,28 @@ services: required: true restart: unless-stopped - sonarr: - image: lscr.io/linuxserver/sonarr:latest - network_mode: "service:vpn" - container_name: sonarr - environment: - - PUID=1000 - - PGID=1000 - - TZ=${TZ} - volumes: - - ${DOWNLOAD_ETC_PATH}/sonarr:/config - - ${DOWNLOAD_DONE_PATH}/Shows:/tv #optional - - ${DOWNLOAD_IN_PROGRESS_PATH}:/downloads #optional - depends_on: - vpn: - condition: service_started - restart: true - required: true - prowlarr: - condition: service_started - restart: true - required: true - restart: unless-stopped + # sonarr: + # image: lscr.io/linuxserver/sonarr:latest + # network_mode: "service:vpn" + # container_name: sonarr + # environment: + # - PUID=1000 + # - PGID=1000 + # - TZ=${TZ} + # volumes: + # - ${DOWNLOAD_ETC_PATH}/sonarr:/config + # - ${DOWNLOAD_IN_PROGRESS_PATH}:/downloads #optional + # - /mnt/mega/jellyfinMedia:/media + # depends_on: + # vpn: + # condition: service_started + # restart: true + # required: true + # prowlarr: + # condition: service_started + # restart: true + # required: true + # restart: unless-stopped bitmagnet: image: ghcr.io/bitmagnet-io/bitmagnet:latest