tunyon hw config
This commit is contained in:
parent
ad74f734f9
commit
c7f11240ff
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ in {
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
initrd = {
|
initrd = {
|
||||||
availableKernelModules = [ "nvme" "xhci_pci" "thunderbolt" ];
|
availableKernelModules = [ "nvme" "xhci_pci" "thunderbolt" "usb_storage" "sd_mod" ];
|
||||||
luks.devices.root.device = "/dev/disk/by-uuid/${config.disks.crypt}";
|
luks.devices.root.device = "/dev/disk/by-uuid/${config.disks.crypt}";
|
||||||
};
|
};
|
||||||
kernelModules = [ "kvm-amd" ];
|
kernelModules = [ "kvm-amd" ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue