add first step backup for kabtop

This commit is contained in:
2026-05-26 20:14:07 +02:00
parent 011ccba03b
commit 00ec39f842
3 changed files with 47 additions and 3 deletions

View File

@@ -17,9 +17,9 @@
modulesPath,
...
}: {
imports = [
(modulesPath + "/profiles/qemu-guest.nix")
];
imports =
[(modulesPath + "/profiles/qemu-guest.nix")]
++ [(import ../../modules/hardware/backup_remote.nix)];
boot.initrd.availableKernelModules = ["ata_piix" "uhci_hcd" "virtio_pci" "virtio_scsi" "ahci" "sd_mod" "sr_mod"];
boot.initrd.kernelModules = ["vfio_pci" "vfio" "vfio_iommu_type1"];