From 6e0fddcff87e8347357f8d03eacdd9d14e432afe Mon Sep 17 00:00:00 2001 From: Christoph Hollizeck Date: Thu, 4 Dec 2025 16:21:05 +0100 Subject: [PATCH 1/2] 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 From 1a454a6c50e2d55a78049d17c91772b50be58276 Mon Sep 17 00:00:00 2001 From: Christoph Hollizeck Date: Thu, 4 Dec 2025 16:21:59 +0100 Subject: [PATCH 2/2] nixberry: remove disabled option --- modules/hosts/nixberry/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/hosts/nixberry/default.nix b/modules/hosts/nixberry/default.nix index d5d01b8..d5c2d2f 100644 --- a/modules/hosts/nixberry/default.nix +++ b/modules/hosts/nixberry/default.nix @@ -31,9 +31,6 @@ topLevel: { # hack, homemanager needs it programs.dconf.enable = true; - # build failure - programs.nix-ld.enable = false; - sops.secrets.tailscale_key = { inherit sopsFile; };