nixos-config/system/services/transmission.nix
2024-03-17 11:26:16 +01:00

5 lines
63 B
Nix

{...}: {
services.transmission = {
enable = true;
};
}