From aedf0476ae2ea4ee5779b910d64111d585830e1c Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Sun, 5 Jan 2025 22:07:32 -0500 Subject: [PATCH] add qemu guest agent to Parzival Live --- hosts/Parzival-Live/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/Parzival-Live/default.nix b/hosts/Parzival-Live/default.nix index 171dc7f..4a59bf0 100644 --- a/hosts/Parzival-Live/default.nix +++ b/hosts/Parzival-Live/default.nix @@ -12,6 +12,8 @@ nix.settings.auto-optimise-store = true; + virtualisation.qemu.guestAgent.enable = true; + nixpkgs.hostPlatform = "x86_64-linux"; boot.supportedFilesystems = lib.mkForce ["btrfs" "reiserfs" "vfat" "f2fs" "xfs" "ntfs" "cifs"];