From 12b68d3a8e110ddebbefda6117ca7ace87e68787 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Thu, 15 May 2025 09:23:02 -0500 Subject: hosts/ades/common: Enable binfmt emulation for aarch64 --- hosts/ades/common.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hosts') diff --git a/hosts/ades/common.nix b/hosts/ades/common.nix index c0541d9..020effb 100644 --- a/hosts/ades/common.nix +++ b/hosts/ades/common.nix @@ -65,6 +65,8 @@ services.joycond.enable = true; + boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; + this.hosts = { mine = true; }; -- cgit v1.2.3