From 0f40720ce7a3888cc4219f91357836d976a91afd Mon Sep 17 00:00:00 2001 From: clerie Date: Sat, 19 Dec 2020 22:48:33 +0100 Subject: [PATCH] Allow osmium building arm systems --- hosts/osmium/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/osmium/configuration.nix b/hosts/osmium/configuration.nix index 3d35d9e..ba9deb4 100644 --- a/hosts/osmium/configuration.nix +++ b/hosts/osmium/configuration.nix @@ -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;