add guest agent to live

This commit is contained in:
TheWanderingCrow 2025-01-06 09:12:11 -05:00
parent 211beb9951
commit f8855a0f8b
3 changed files with 72 additions and 71 deletions

View file

@ -12,7 +12,7 @@
nix.settings.auto-optimise-store = true;
virtualisation.qemu.guestAgent.enable = true;
services.qemuGuest.enable = true;
nixpkgs.hostPlatform = "x86_64-linux";