Generalize more boot whatever

This commit is contained in:
Jimbo 2024-12-25 02:03:17 -05:00
parent e2b093a0bb
commit c16bdf2280
5 changed files with 10 additions and 94 deletions

View file

@ -18,7 +18,6 @@ in {
# Must be Zen for IOMMU isolation
kernelPackages = pkgs.unstable.linuxPackages_zen;
kernelParams = commonKernelParams ++ [ "vfio-pci.ids=10de:1f82,10de:10fa" ];
blacklistedKernelModules = [ "pcspkr" ];
# Enable cross-compilation
binfmt.emulatedSystems = [ "aarch64-linux" ];