electra: also emulate aarch64

This commit is contained in:
Gabriel Fontes
2022-10-08 15:16:25 -03:00
parent 440ec656d5
commit fdfa31046b
+2
View File
@@ -11,5 +11,7 @@
system.stateVersion = "22.05";
# Slows down write operations considerably
nix.settings.auto-optimise-store = false;
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
}