1
0

hosts/hydra-*: enable ARM build on hydra

This commit is contained in:
2023-04-16 16:17:13 +02:00
parent c68004f02e
commit 4b8a678873
2 changed files with 36 additions and 1 deletions

View File

@@ -11,6 +11,12 @@
boot.loader.grub.version = 2;
boot.loader.grub.device = "/dev/vda";
boot.binfmt.emulatedSystems = [
"armv6l-linux"
"armv7l-linux"
"aarch64-linux"
];
networking.hostName = "hydra-2";
networking.useDHCP = false;