infrastructure/nixos/sonarr.nix
2024-01-24 13:02:02 -08:00

5 lines
53 B
Nix

_: {
services.sonarr = {
enable = true;
};
}