infrastructure/nixos/radarr.nix

7 lines
101 B
Nix

_: {
services.radarr = {
enable = true;
};
users.users.radarr.extraGroups = ["kyuuto"];
}