1
0

Add qemu guest agent

This commit is contained in:
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;
}