From 8b42f3ece8091c8c740e1436d4f33cf6bf302618 Mon Sep 17 00:00:00 2001 From: notohh Date: Thu, 8 Feb 2024 11:42:45 -0500 Subject: [PATCH] torrent: mount incomplete-downloads --- hosts/kariru/services/torrent.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/kariru/services/torrent.nix b/hosts/kariru/services/torrent.nix index 27478cf..4c67c14 100644 --- a/hosts/kariru/services/torrent.nix +++ b/hosts/kariru/services/torrent.nix @@ -28,6 +28,7 @@ volumes = [ "/home/notoh/qbittorrent/config:/config" "/media/downloads:/downloads" + "/media/incomplete-downloads:/incomplete-downloads" ]; extraOptions = ["--network=container:gluetun"]; };