infrastructure/nixos/lidarr.nix

6 lines
100 B
Nix

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