mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 15:50:32 +01:00
10 lines
84 B
Nix
10 lines
84 B
Nix
{
|
|
config,
|
|
lib,
|
|
...
|
|
}: {
|
|
services.transmission = {
|
|
enable = true;
|
|
};
|
|
}
|