add qemu guest agent to Parzival Live

This commit is contained in:
TheWanderingCrow 2025-01-05 22:07:32 -05:00
parent 4419177fb1
commit aedf0476ae

View file

@ -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"];