modules: services: transmission: bump to 4
Not sure why exactly this isn't the default, I'll have to watch out for when upstream catches up.
This commit is contained in:
parent
2d36ffd96d
commit
dae1a434d5
|
@ -3,7 +3,7 @@
|
||||||
# Inspired by [1]
|
# Inspired by [1]
|
||||||
#
|
#
|
||||||
# [1]: https://github.com/delroth/infra.delroth.net/blob/master/roles/seedbox.nix
|
# [1]: https://github.com/delroth/infra.delroth.net/blob/master/roles/seedbox.nix
|
||||||
{ config, lib, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
let
|
let
|
||||||
cfg = config.my.services.transmission;
|
cfg = config.my.services.transmission;
|
||||||
in
|
in
|
||||||
|
@ -45,6 +45,7 @@ in
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
services.transmission = {
|
services.transmission = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = pkgs.transmission_4;
|
||||||
group = "media";
|
group = "media";
|
||||||
|
|
||||||
downloadDirPermissions = "775";
|
downloadDirPermissions = "775";
|
||||||
|
|
Loading…
Reference in a new issue