diff --git a/system/hosts/mcp/containers/media-system.nix b/system/hosts/mcp/containers/media-system.nix index f859c0c..f48826b 100644 --- a/system/hosts/mcp/containers/media-system.nix +++ b/system/hosts/mcp/containers/media-system.nix @@ -73,29 +73,29 @@ in # GUID = "993"; # }; }; - deluge = { - image = "lscr.io/linuxserver/deluge:latest"; - autoStart = true; - dependsOn = [ - "gluetun" - ]; - extraOptions = [ - "--pull=always" - "--network=container:gluetun" - "-l=homepage.group=Arr" - "-l=homepage.name=Deluge" - "-l=homepage.icon=deluge.svg" - "-l=homepage.href=https://deluge.${havenisms}" - "-l=homepage.description=Torrent client" - "-l=homepage.widget.type=deluge" - "-l=homepage.widget.password={{HOMEPAGE_FILE_DELUGE_PASSWORD}}" - "-l=homepage.widget.url=http://gluetun:8112" - ]; - volumes = [ - "/tank/media:/data" - "/tank/config/deluge:/config" - ]; - }; + # deluge = { + # image = "lscr.io/linuxserver/deluge:latest"; + # autoStart = true; + # dependsOn = [ + # "gluetun" + # ]; + # extraOptions = [ + # "--pull=always" + # "--network=container:gluetun" + # "-l=homepage.group=Arr" + # "-l=homepage.name=Deluge" + # "-l=homepage.icon=deluge.svg" + # "-l=homepage.href=https://deluge.${havenisms}" + # "-l=homepage.description=Torrent client" + # "-l=homepage.widget.type=deluge" + # "-l=homepage.widget.password={{HOMEPAGE_FILE_DELUGE_PASSWORD}}" + # "-l=homepage.widget.url=http://gluetun:8112" + # ]; + # volumes = [ + # "/tank/media:/data" + # "/tank/config/deluge:/config" + # ]; + # }; qbittorrent = { image = "lscr.io/linuxserver/qbittorrent:latest"; autoStart = true;