This commit is contained in:
XenGi 2026-08-27 23:35:11 +02:00
commit b2e7fde9ec
Signed by: xengi
SSH key fingerprint: SHA256:dM+fLZGsDvyv6kunjE8bGduL24VsCFB4LEOSdmRHdG0
14 changed files with 131 additions and 51 deletions

5
vm.nix Normal file
View file

@ -0,0 +1,5 @@
{ ... }:
{
virtualisation.qemu.guestAgent.enable = true;
}