From c7b01f3ea3ad8264e9b86d53b4184829b33768ba Mon Sep 17 00:00:00 2001 From: niten Date: Thu, 2 Dec 2021 17:41:18 -0800 Subject: [PATCH] Forget it, just focus on one arch. --- config/host-config/system3.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/config/host-config/system3.nix b/config/host-config/system3.nix index f85d928..5230c8e 100644 --- a/config/host-config/system3.nix +++ b/config/host-config/system3.nix @@ -6,14 +6,6 @@ in { environment.systemPackages = with pkgs; [ opencv-java ]; - boot.binfmt.emulatedSystems = [ - "aarch64-linux" - "aarch64-darwin" - "i686-linux" - "x86_64-darwin" - "x86_64-linux" - ]; - networking = { interfaces = { intif0 = { useDHCP = true; }; }; }; systemd.tmpfiles.rules = [