Files
rice-flakes/hosts/nixos-vm2/configuration.nix
2026-01-27 23:51:43 -06:00

19 lines
273 B
Nix

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