builder: fix config for installation

This commit is contained in:
2026-07-19 12:59:50 +02:00
parent 6c301d87fd
commit d89b8b51cc
2 changed files with 6 additions and 6 deletions
-1
View File
@@ -14,7 +14,6 @@
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
boot.loader.grub.enable = true;
boot.loader.grub.device = "/dev/sda";
# Emulated systems used as alternative to cross-compiling
boot.binfmt.emulatedSystems = ["aarch64-linux"];