diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-05-15 09:23:02 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-05-15 09:23:02 -0500 |
commit | 12b68d3a8e110ddebbefda6117ca7ace87e68787 (patch) | |
tree | 1195a82b64ee76e41a42e6542c37120521bc3599 | |
parent | e646f99ea91a7cd396e9a8e41ce510c10460af61 (diff) | |
download | nixos-config-12b68d3a8e110ddebbefda6117ca7ace87e68787.tar.gz nixos-config-12b68d3a8e110ddebbefda6117ca7ace87e68787.zip |
hosts/ades/common: Enable binfmt emulation for aarch64
-rw-r--r-- | hosts/ades/common.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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; }; |