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:
Bruno BELANYI 2023-09-28 18:02:22 +02:00
parent 2d36ffd96d
commit dae1a434d5

View file

@ -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";