virtualization: Restrict network

Note that I haven't figured out how to properly configure the networking
for the VM yet.
This commit is contained in:
Donovan Glover 2023-06-04 21:18:44 -04:00
parent 48b69008fe
commit 8c9ff827a2
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -3,6 +3,7 @@
virtualisation = { virtualisation = {
memorySize = 8192; memorySize = 8192;
cores = 4; cores = 4;
restrictNetwork = true;
}; };
virtualisation.qemu.options = virtualisation.qemu.options =