iac/vm.nix
2026-08-27 23:35:11 +02:00

5 lines
62 B
Nix

{ ... }:
{
virtualisation.qemu.guestAgent.enable = true;
}