only use xanmod on x86

This commit is contained in:
k3t
2026-06-01 18:46:41 -06:00
parent 9f6089ead0
commit 55af0a9edc
3 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,4 +1,5 @@
{
boot.kernelPackages = pkgs.linuxPackages_xanmod_latest;
boot.binfmt.preferStaticEmulators = true;
boot.binfmt.emulatedSystems = [ "aarch64-linux" "x86_64-windows" ];
boot.kernelModules = [ "kvm-amd" ];