Allow osmium building arm systems
This commit is contained in:
parent
9e7a395187
commit
0f40720ce7
@ -12,6 +12,8 @@
|
|||||||
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" ];
|
||||||
|
|
||||||
networking.hostName = "osmium";
|
networking.hostName = "osmium";
|
||||||
|
|
||||||
networking.useDHCP = false;
|
networking.useDHCP = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user