From 5b1eb4d244026ac1b8a61875c2cb79cc7d565328 Mon Sep 17 00:00:00 2001 From: Sense T Date: Sun, 23 Jul 2023 13:32:36 +0000 Subject: [PATCH] 1 --- global/software-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global/software-configuration.nix b/global/software-configuration.nix index 8781a0a..56594e4 100644 --- a/global/software-configuration.nix +++ b/global/software-configuration.nix @@ -40,7 +40,7 @@ in peer-port-random-low = 42333; peer-port-random-on-start = true; incomplete-dir-enabled = false; - incomplete-dir = downloadDir ++ ".incomplete"; + incomplete-dir = "${downloadDir}.incomplete"; }; };