From 146b9ef33d83829793a0a7a2f876fe8a287ceb8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Tue, 15 Aug 2023 22:52:58 +0300 Subject: [PATCH] vno1-oh2: emulate aarch64-linux --- hosts/vno1-oh2/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/vno1-oh2/configuration.nix b/hosts/vno1-oh2/configuration.nix index f336416..f2497bb 100644 --- a/hosts/vno1-oh2/configuration.nix +++ b/hosts/vno1-oh2/configuration.nix @@ -24,6 +24,8 @@ }; }; + boot.binfmt.emulatedSystems = ["aarch64-linux"]; + mj = { stateVersion = "23.05"; timeZone = "Europe/Vilnius";