diff --git a/src/main.nix b/src/main.nix index 0b738b1..6e49c05 100644 --- a/src/main.nix +++ b/src/main.nix @@ -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" ];