diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-11-22 01:06:01 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-11-22 01:07:26 +0530 |
| commit | 5f4b94771201c07531fcf9be128a53638fe3a6c4 (patch) | |
| tree | 20dc9bbede90996c141d2c9baad7858b785903e0 /modules/torrent.nix | |
| parent | b8e909d68bcb035648dda93f15de7863f444a3c4 (diff) | |
| download | nixos-config-5f4b94771201c07531fcf9be128a53638fe3a6c4.tar.gz nixos-config-5f4b94771201c07531fcf9be128a53638fe3a6c4.zip | |
Update changes + submodule updates
Diffstat (limited to 'modules/torrent.nix')
| -rw-r--r-- | modules/torrent.nix | 3 |
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; |
