diff options
| author | Akshay Nair <phenax5@gmail.com> | 2022-03-03 23:15:35 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2022-03-03 23:15:35 +0530 |
| commit | 6094a9fa1548a1b6ca510d0707f1d317121f75ea (patch) | |
| tree | 0610ae5a52e2c55268e410b15622352ff27350c0 /modules/torrent.home.nix | |
| parent | e160c24728bad4076f148b0a31de92f88df365d8 (diff) | |
| download | nixos-config-6094a9fa1548a1b6ca510d0707f1d317121f75ea.tar.gz nixos-config-6094a9fa1548a1b6ca510d0707f1d317121f75ea.zip | |
config sync
Diffstat (limited to '')
| -rw-r--r-- | modules/torrent.home.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/torrent.home.nix b/modules/torrent.home.nix index 99f43d6..9266f44 100644 --- a/modules/torrent.home.nix +++ b/modules/torrent.home.nix @@ -3,7 +3,8 @@ let downloadsDir = "/home/imsohexy/Downloads/dl"; incompleteDownloadsDir = "/home/imsohexy/Downloads/dl/incomplete"; watchTorrentFilesOn = "/home/an/Downloads/qute"; -in { +in +{ services.transmission = { enable = true; settings = { @@ -23,7 +24,6 @@ in { "rpc-port" = 9091; "rpc-whitelist-enabled" = true; "script-torrent-done-enabled" = false; - "script-torrent-done-filename" = ""; "start-added-torrents" = true; "trash-original-torrent-files" = false; "umask" = 18; |
