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;