1
0

Allow osmium building arm systems

This commit is contained in:
clerie 2020-12-19 22:48:33 +01:00
parent 9e7a395187
commit 0f40720ce7

View File

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