From 16a71b2abd90060bfcf60b195c8a759fe1403a7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Tue, 15 Aug 2023 23:37:06 +0300 Subject: [PATCH] Revert "Revert "vno1-oh2: emulate aarch64-linux"" This reverts commit d77bcd50632b63be74c0c6c7d6a4a5fee1f22411. --- 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";