Update flake lock, switch back to Zen kernel, enable lazygit properly

This commit is contained in:
Jimbo 2024-11-21 20:00:29 -05:00
parent 3b524a882e
commit 87c2558155
4 changed files with 19 additions and 15 deletions

View file

@ -16,7 +16,7 @@ let
in {
boot = {
# Must be Zen for IOMMU isolation
kernelPackages = pkgs.unstable.linuxPackages_latest;
kernelPackages = pkgs.unstable.linuxPackages_zen;
kernel.sysctl."vm.max_map_count" = 2147483642;
kernelParams = commonKernelParams ++ [ "vfio-pci.ids=10de:1f82,10de:10fa" ];
blacklistedKernelModules = [ "pcspkr" ];