1
0

hosts/osmium: Enable cross compiling

This commit is contained in:
clerie 2023-04-16 15:31:30 +02:00
parent 197e13306d
commit f62ceb8d2f

View File

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