From 6e0fddcff87e8347357f8d03eacdd9d14e432afe Mon Sep 17 00:00:00 2001 From: Christoph Hollizeck Date: Thu, 4 Dec 2025 16:21:05 +0100 Subject: [PATCH] yggdrasil: disable emulation while not needed --- modules/hosts/yggdrasil/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/hosts/yggdrasil/default.nix b/modules/hosts/yggdrasil/default.nix index 76527f3..f6b36ce 100644 --- a/modules/hosts/yggdrasil/default.nix +++ b/modules/hosts/yggdrasil/default.nix @@ -12,9 +12,9 @@ topLevel: { }; # Enable binfmt emulation. - boot.binfmt.emulatedSystems = [ - "aarch64-linux" - ]; + # boot.binfmt.emulatedSystems = [ + # "aarch64-linux" + # ]; environment.systemPackages = with pkgs; [ teamviewer