AArch64 emulation

This commit is contained in:
Nathan McCarty 2025-06-30 14:18:57 -04:00
parent 6a71bc7479
commit 9670087330
2 changed files with 6 additions and 1 deletions

View file

@ -25,6 +25,9 @@
enableIPv6 = true; enableIPv6 = true;
}; };
# AAarch64 emulation
boot.binfmt.emulatedSystems = ["aarch64-linux"];
# Nginx configuration # Nginx configuration
# Configure automated TLS acquisition/renewal # Configure automated TLS acquisition/renewal
security.acme = { security.acme = {

View file

@ -45,6 +45,8 @@
buildMachines = [ buildMachines = [
]; ];
}; };
# AAarch64 emulation
boot.binfmt.emulatedSystems = ["aarch64-linux"];
# Bootloader and plymouth # Bootloader and plymouth
boot = { boot = {