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

10 lines
84 B
Nix
Raw Normal View History

2024-04-12 12:03:38 +02:00
{
2024-04-12 12:50:19 +02:00
config,
lib,
...
}: {
2024-04-12 12:03:38 +02:00
services.transmission = {
enable = true;
};
}