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"]; };