mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-15 04:44:03 +01:00
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:
parent
48b69008fe
commit
8c9ff827a2
@ -3,6 +3,7 @@
|
|||||||
virtualisation = {
|
virtualisation = {
|
||||||
memorySize = 8192;
|
memorySize = 8192;
|
||||||
cores = 4;
|
cores = 4;
|
||||||
|
restrictNetwork = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
virtualisation.qemu.options =
|
virtualisation.qemu.options =
|
||||||
|
Loading…
Reference in New Issue
Block a user