meta: Use host network inside vms

This enables VMs built with nixos-rebuild build-vm to use the internet
of the host.
This commit is contained in:
Donovan Glover 2023-06-17 11:16:59 -04:00
parent ebd96d805e
commit b26702d052
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -235,7 +235,6 @@ let VARIABLES = import ./variables.nix; in {
virtualisation = {
memorySize = 8192;
cores = 4;
restrictNetwork = true;
};
virtualisation.qemu.options = [ "-device virtio-vga-gl" "-display sdl,gl=on,show-cursor=off" "-full-screen" ];