infrastructure/nixos/lidarr.nix

5 lines
53 B
Nix

_: {
services.lidarr = {
enable = true;
};
}