Skip to content

Commit 1245091

Browse files
committed
Use transmission 4.0.5
1 parent 1254dba commit 1245091

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

hosts/glyph/services/torrents.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
config,
33
pkgs,
4+
pkgs-stable,
45
...
56
}: {
67
age.secrets.pushover-user-token = {
@@ -17,7 +18,7 @@
1718
};
1819
services.transmission = {
1920
enable = true;
20-
package = pkgs.transmission_4;
21+
package = pkgs-stable.transmission_4; # TODO: 4.0.6 is prohibited on some trackers
2122
settings = {
2223
download-dir = "/mnt/torrents/complete";
2324
incomplete-dir = "/mnt/torrents/incomplete";

0 commit comments

Comments
 (0)