diff --git a/config/host-config/system3.nix b/config/host-config/system3.nix index 5230c8e..f85d928 100644 --- a/config/host-config/system3.nix +++ b/config/host-config/system3.nix @@ -6,6 +6,14 @@ 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 = [