1
0
Fork 0

Add qemu guest agent

This commit is contained in:
clerie 2020-12-06 19:02:35 +01:00
parent 7f4ce9b1e9
commit 82887a871a
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
{ ... }:
{
services.qemuGuest.enable = true;
}

View File

@ -5,6 +5,7 @@
[
./hardware-configuration.nix
../../configuration/common
../../configuration/proxmox-vm
];
boot.loader.grub.enable = true;