feat: set RAM amount for qemu
This commit is contained in:
parent
04886005fb
commit
15cbf7296b
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@
|
||||||
|
|
||||||
system.stateVersion = "21.05";
|
system.stateVersion = "21.05";
|
||||||
|
|
||||||
|
virtualization.libvirtd.qemuVerbatimConfig = [
|
||||||
|
"-m 8G"
|
||||||
|
];
|
||||||
|
|
||||||
networking.interfaces = {
|
networking.interfaces = {
|
||||||
eth0.useDHCP = true;
|
eth0.useDHCP = true;
|
||||||
wlp41s0.useDHCP = true;
|
wlp41s0.useDHCP = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue