Skip to content

Commit 487192f

Browse files
committed
transmission 4
1 parent 5928512 commit 487192f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

hosts/blender/configuration.nix

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,16 @@ in
6060

6161
services.transmission = {
6262
enable = true;
63+
package = pkgs.transmission_4.overrideAttrs (finalAttrs: previousAttrs: {
64+
version = "4.0.5";
65+
src = pkgs.fetchFromGitHub {
66+
owner = "transmission";
67+
repo = "transmission";
68+
rev = finalAttrs.version;
69+
hash = "sha256-gd1LGAhMuSyC/19wxkoE2mqVozjGPfupIPGojKY0Hn4=";
70+
fetchSubmodules = true;
71+
};
72+
});
6373
openRPCPort = true;
6474
settings = {
6575
download-dir = "/mnt/nas-fun/downloads/complete";

0 commit comments

Comments
 (0)