1
0
Fork 0
forked from fi/nix-infra
fi-nix-infra/config/hosts/torrent/sonarr.nix

8 lines
104 B
Nix

{ ... }:
{
services.sonarr = {
enable = true;
user = "torrent";
group = "torrent";
};
}