nix/hosts/marvin/services/lidarr.nix

6 lines
50 B
Nix
Raw Normal View History

2022-06-17 16:10:42 +00:00
{
services.lidarr = {
enable = true;
};
}