Whatever, go my commit
This commit is contained in:
parent
ab6f4f9946
commit
c7d6148cff
4 changed files with 59 additions and 76 deletions
|
@ -1,13 +1,8 @@
|
|||
{ config, lib, pkgs, modulesPath, ... }:
|
||||
{
|
||||
boot.initrd = {
|
||||
availableKernelModules = [
|
||||
"xhci_pci"
|
||||
"virtio_scsi"
|
||||
];
|
||||
kernelModules = [
|
||||
"dm-snapshot"
|
||||
];
|
||||
availableKernelModules = [ "xhci_pci" "virtio_scsi" ];
|
||||
kernelModules = [ "dm-snapshot" ];
|
||||
};
|
||||
|
||||
fileSystems = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue