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