containers: add lidarr

This commit is contained in:
Veneficium 2024-12-24 19:05:20 +01:00
parent d3503813c3
commit 9cf323f35b
3 changed files with 44 additions and 0 deletions

View file

@ -30,6 +30,7 @@
containers.jellyfin.enable = lib.mkForce true;
containers.qbittorrent.enable = lib.mkForce true;
containers.lidarr.enable = lib.mkForce true;
};
boot.kernelPackages = pkgs.linuxPackages_latest;