infrastructure/nixos/readarr.nix

6 lines
102 B
Nix

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