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 = [