From 8b79a672db3357a67356a03a255f63f8cb15528f Mon Sep 17 00:00:00 2001 From: baritone Date: Tue, 1 Apr 2025 10:21:20 +0200 Subject: [PATCH] hardlinks now work. but at what cost? --- services/auto-torrent.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/auto-torrent.nix b/services/auto-torrent.nix index e9ed097..85cae67 100644 --- a/services/auto-torrent.nix +++ b/services/auto-torrent.nix @@ -164,7 +164,7 @@ in { openPeerPorts = true; home = "/mnt/transmission"; settings = { - download-dir = "/mnt/transmission"; + download-dir = "/media/.transmission/"; incomplete-dir = "/mnt/transmission/.incomplete"; peer-port-random-low = 65500; peer-port-random-high = 65535;