fixed syntax error
This commit is contained in:
parent
7d203743c1
commit
ce6d973fed
1 changed files with 2 additions and 2 deletions
|
|
@ -18,10 +18,10 @@
|
|||
initrd = {
|
||||
availableKernelModules = [ "uhci_hcd" "ehci_pci" "ahci" "virtio_pci" "virtio_blk" "uas"];
|
||||
kernelModules = [ ];
|
||||
}
|
||||
};
|
||||
kernelModules = [ "kvm-amd" ];
|
||||
extraModulePackages = [ ];
|
||||
}
|
||||
};
|
||||
|
||||
fileSystems."/" =
|
||||
{ device = "/dev/disk/by-uuid/40fe3178-6ec1-450f-93fd-c359f2f3daf9";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue