Fix storage volume mounting on borg2-01
This commit is contained in:
parent
2f7621e852
commit
25a8ea21ad
|
@ -6,7 +6,7 @@
|
|||
{
|
||||
imports = [ ];
|
||||
|
||||
boot.initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "virtio_pci" "sr_mod" "virtio_blk" ];
|
||||
boot.initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "virtio_pci" "sr_mod" "virtio_blk" "virtio_scsi" ];
|
||||
boot.kernelModules = [ ];
|
||||
boot.extraModulePackages = [ ];
|
||||
|
||||
|
@ -25,5 +25,5 @@
|
|||
];
|
||||
|
||||
nix.maxJobs = lib.mkDefault 1;
|
||||
virtualisation.hypervGuest.enable = true;
|
||||
# virtualisation.hypervGuest.enable = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue