hosts: nasbak: add remote btrbk

This commit is contained in:
2023-10-29 09:46:49 +01:00
parent 91f8856a97
commit 21376db87b
4 changed files with 53 additions and 4 deletions

View File

@@ -14,8 +14,8 @@
{
imports =
[ (modulesPath + "/installer/scan/not-detected.nix")
];
[ (modulesPath + "/installer/scan/not-detected.nix")] ++
[( import ../../modules/hardware/backup.nix )];
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usb_storage" "usbhid" "sd_mod" ];
boot.initrd.kernelModules = [ "vfio_pci" "vfio" "vfio_iommu_type1" ];