This commit is contained in:
2026-02-19 13:08:11 -06:00
parent 570687deae
commit aa55dc0251
8 changed files with 70 additions and 78 deletions

View File

@@ -0,0 +1,18 @@
{
...
}:
{
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";
}