hosts/osmium: Enable cross compiling
This commit is contained in:
parent
197e13306d
commit
f62ceb8d2f
@ -11,7 +11,11 @@
|
|||||||
boot.loader.grub.version = 2;
|
boot.loader.grub.version = 2;
|
||||||
boot.loader.grub.device = "/dev/vda";
|
boot.loader.grub.device = "/dev/vda";
|
||||||
|
|
||||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
boot.binfmt.emulatedSystems = [
|
||||||
|
"armv6l-linux"
|
||||||
|
"armv7l-linux"
|
||||||
|
"aarch64-linux"
|
||||||
|
];
|
||||||
|
|
||||||
networking.hostName = "osmium";
|
networking.hostName = "osmium";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user