From 98482a4a61bd56d46f5cf0447f653a23c67d5b9f Mon Sep 17 00:00:00 2001 From: System administrator Date: Sun, 11 May 2025 23:04:48 +0200 Subject: [PATCH] fix: settings frfr --- hosts/saberofxebec/configuration.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hosts/saberofxebec/configuration.nix b/hosts/saberofxebec/configuration.nix index 25d2d2b..04ef3d0 100644 --- a/hosts/saberofxebec/configuration.nix +++ b/hosts/saberofxebec/configuration.nix @@ -133,9 +133,9 @@ in { }; AutoRun = { OnTorrentAdded.Enabled = true; - OnTorrentAdded.Program = "chmod -R 777 \"%F/"; + OnTorrentAdded.Program = "chmod -R 777 %F"; enabled = true; - program = "chmod -R 777 \"%F/"; + program = "chmod -R 777 %F"; }; BitTorrent = { @@ -144,6 +144,7 @@ in { Session.AlternativeGlobalUPSpeedLimit = 1000; Session.BandwidthSchedulerEnabled = true; Session.ExcludedFileNames = ""; + Session.QueueingSystemEnabled = false; Session.GlobalMaxInactiveSeedingMinutes = 1440; Session.GlobalMaxRatio = 2; Session.GlobalMaxSeedingMinutes = 1440;