Added qemu guestagent
This commit is contained in:
parent
59a16df0a3
commit
ccdbfd81ac
|
@ -19,6 +19,9 @@
|
||||||
ssh.enable = true;
|
ssh.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Enable qemu guest agent
|
||||||
|
services.qemuGuest.enable = true;
|
||||||
|
|
||||||
# Hardware configuration
|
# Hardware configuration
|
||||||
hardware.enableRedistributableFirmware = true;
|
hardware.enableRedistributableFirmware = true;
|
||||||
boot.initrd.availableKernelModules = [
|
boot.initrd.availableKernelModules = [
|
||||||
|
|
Loading…
Reference in New Issue