infrastructure/nixos/readarr.nix
2024-02-09 09:22:51 -08:00

6 lines
104 B
Nix

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