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

5 lines
53 B
Nix

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