Files
rice-flakes/hosts/qemu-vm/configuration.nix
2026-02-19 13:08:11 -06:00

19 lines
273 B
Nix

{
...
}:
{
imports = [
./hardware-configuration.nix
../../modules
];
boot.loader.grub.enable = true;
boot.loader.grub.device = "/dev/vda";
services.spice-vdagentd.enable = true;
services.qemuGuest.enable = true;
system.stateVersion = "24.11";
}