diff --git a/configuration.nix b/configuration.nix index ceba3e5..4afe063 100644 --- a/configuration.nix +++ b/configuration.nix @@ -8,6 +8,7 @@ boot.loader.efi.canTouchEfiVariables = true; boot.loader.timeout = 1; boot.loader.systemd-boot.consoleMode = "max"; + boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; networking.hostName = "framework";