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 + "/profiles/qemu-guest.nix")
];
[(modulesPath + "/profiles/qemu-guest.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 = [ ];