nixos: services: transmission: use 'trgui-ng'
All checks were successful
ci/woodpecker/push/check Pipeline was successful

I like it much better than the built-in UI.
This commit is contained in:
Bruno BELANYI 2025-07-02 13:26:22 +02:00
parent d618406516
commit 5d87223970

View file

@ -47,6 +47,7 @@ in
enable = true;
package = pkgs.transmission_4;
group = "media";
webHome = pkgs.trgui-ng-web;
downloadDirPermissions = "775";