infrastructure/nixos/prowlarr.nix

5 lines
55 B
Nix

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