From d0413239cd83ae021a45849c20cfb5ff932d0445 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Sat, 7 Mar 2026 23:29:08 +0100 Subject: [PATCH] feat: enable binfmt aarch64-linux on tower --- hosts/tower/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/tower/configuration.nix b/hosts/tower/configuration.nix index 3099982..3b37f10 100644 --- a/hosts/tower/configuration.nix +++ b/hosts/tower/configuration.nix @@ -46,6 +46,8 @@ pkiBundle = "/var/lib/sbctl"; }; + boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; + services.udisks2.enable = true; programs._1password.enable = true;