aboutsummaryrefslogtreecommitdiff
path: root/modules/torrent.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/torrent.nix')
-rw-r--r--modules/torrent.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/torrent.nix b/modules/torrent.nix
index 0a52973..64c6d3b 100644
--- a/modules/torrent.nix
+++ b/modules/torrent.nix
@@ -1,4 +1,4 @@
-{ ... }:
+{ pkgs, ... }:
let
downloadsDir = "/home/imsohexy/Downloads/_downloads";
incompleteDownloadsDir = "${downloadsDir}/_incomplete";
@@ -16,6 +16,7 @@ in
services.transmission = {
enable = true;
group = group;
+ package = pkgs.transmission_4;
settings = {
"download-dir" = downloadsDir;
"download-queue-enabled" = true;