{ config, pkgs, ... }: { services.transmission = { enable = true; home = "/mnt/storage/"; }; }