hosts: nasbak: finish nas remote btrbk

This commit is contained in:
2023-10-29 11:07:01 +01:00
parent 21376db87b
commit 795ff8a1b1
2 changed files with 10 additions and 5 deletions

View File

@@ -15,7 +15,7 @@
{
imports =
[(modulesPath + "/profiles/qemu-guest.nix")] ++
[( import ../../modules/hardware/backup.nix )];
[( import ../../modules/hardware/backup.nix )];
boot.initrd.availableKernelModules = [ "uhci_hcd" "ehci_pci" "ahci" "virtio_pci" "virtio_scsi" "sr_mod" "virtio_blk" ];
boot.initrd.kernelModules = [ ];