Add qemu guest to all headless VMs

This commit is contained in:
Random936 2024-10-29 20:55:04 -07:00
parent 04c0fa5f40
commit 22c1c75af7

View File

@ -6,5 +6,8 @@
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
# Qemu guest
services.qemuGuest.enable = true;
system.stateVersion = "24.05"; system.stateVersion = "24.05";
} }