From e80d39d1467bdb8ba615e56a66cc79c15d33f693 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Thu, 2 Oct 2025 20:21:11 -0500 Subject: tomato: Add aarch64-linux as emulated system --- hosts/tomato/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/tomato/default.nix b/hosts/tomato/default.nix index b2b3e8a..28cc253 100644 --- a/hosts/tomato/default.nix +++ b/hosts/tomato/default.nix @@ -44,5 +44,7 @@ yggdrasil.private = true; }; + boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; + system.stateVersion = "24.11"; } -- cgit v1.2.3