{ config, lib, pkgs, ... }: { services.transmission = { enable = true; openPeerPorts = true; package = pkgs.transmission_4; }; }