emulate aarch64 on haze

This commit is contained in:
2025-03-11 18:36:24 +01:00
parent dc695bf687
commit 6b280d71d2

View File

@@ -16,4 +16,6 @@
xkb.layout = "fr"; xkb.layout = "fr";
}; };
}; };
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
} }