From 36e6d96d2c2a7de1ebe15dfb9687f250a292ffe8 Mon Sep 17 00:00:00 2001 From: clerie Date: Wed, 25 Oct 2023 18:25:15 +0200 Subject: [PATCH] hosts/krypton: enable binfmt virt for aarch64-linux --- hosts/krypton/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/krypton/configuration.nix b/hosts/krypton/configuration.nix index 42f225b..53bdecf 100644 --- a/hosts/krypton/configuration.nix +++ b/hosts/krypton/configuration.nix @@ -29,6 +29,10 @@ networking.hostName = "krypton"; + boot.binfmt.emulatedSystems = [ + "aarch64-linux" + ]; + system.stateVersion = "23.05"; }