···263263 # Before changing this value read the documentation for this option
264264 # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
265265 system.stateVersion = "23.05"; # Did you read the comment?
266266+267267+ virtualisation.vmVariant = {
268268+ virtualisation.qemu.options = [
269269+ "-device virtio-vga-gl"
270270+ "-display gtk,gl=on"
271271+ ];
272272+ users.users.khuedoan.password = "testvm";
273273+ };
266274}