hosts: kabtopci: fix path and add mount script

This commit is contained in:
2024-06-11 17:14:24 +02:00
parent 998c9aa54d
commit 5c7d579c44
4 changed files with 14 additions and 8 deletions

View File

@@ -33,7 +33,7 @@
grub = {
enable = true;
device = "/dev/vda";
};
};
timeout = 1; # Grub auto select time
};
};
@@ -42,8 +42,4 @@
zsh.enable = true;
};
services = {
qemuGuest.enable = true;
};
}

View File

@@ -14,8 +14,7 @@
{
imports =
[ (modulesPath + "/profiles/qemu-guest.nix")
];
[ (modulesPath + "/installer/scan/not-detected.nix")];
boot.initrd.availableKernelModules = [ "ata_piix" "virtio_pci" "virtio_scsi" "xhci_pci" "sr_mod" "virtio_blk" ];
boot.initrd.kernelModules = [ "vfio_pci" "vfio" "vfio_iommu_type1" ];