nixos-config/hosts/x86_64-linux/beleth/transmission.nix

10 lines
84 B
Nix

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