{ config, pkgs, ... }: { # https://mynixos.com/nixpkgs/options/services.transmission services.transmission { enable = true; openFirewall = true; }; }