From 8054172e2be6d76e7628e30403c3ea0ca2a78ec9 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Mon, 17 Jan 2022 19:08:54 +0100 Subject: machines/sternenseemann/wolfgang: disable binfmt_misc Since I have access to an aarch64 machine now, this is not necessary anymore and just leads to introducing bugs in cross compiled stuff by accident. --- machines/sternenseemann/wolfgang.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machines/sternenseemann/wolfgang.nix') diff --git a/machines/sternenseemann/wolfgang.nix b/machines/sternenseemann/wolfgang.nix index 7cba925c..f936344a 100644 --- a/machines/sternenseemann/wolfgang.nix +++ b/machines/sternenseemann/wolfgang.nix @@ -61,7 +61,7 @@ in { virtualisation.docker.enable = true; # useful for debugging native compilation of packages on another platform - boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; + boot.binfmt.emulatedSystems = [ /* "aarch64-linux" */ ]; environment.systemPackages = with pkgs; [ vuizvui.sternenseemann.pass -- cgit 1.4.1