Remove axolotl update the lock and such

This commit is contained in:
Jimbo 2024-12-29 23:38:04 -05:00
parent 16f158898f
commit 5f0edcbb09
9 changed files with 21 additions and 220 deletions

View file

@ -19,9 +19,6 @@ in {
kernelPackages = pkgs.unstable.linuxPackages_zen;
kernelParams = commonKernelParams ++ [ "vfio-pci.ids=10de:1f82,10de:10fa" ];
# Enable cross-compilation
binfmt.emulatedSystems = [ "aarch64-linux" ];
# Needed for GPU passthrough
initrd.kernelModules = [
"vfio"