infrastructure/nixos/sonarr.nix

6 lines
100 B
Nix

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