added luks vol to thinkpad config
This commit is contained in:
parent
21e260f760
commit
7948555241
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
||||||
boot = {
|
boot = {
|
||||||
initrd = {
|
initrd = {
|
||||||
availableKernelModules = [ "ahci" "xhci_pci" "ums_realtek" "usbhid" "usb_storage" "sd_mod" "sdhci_pci" ];
|
availableKernelModules = [ "ahci" "xhci_pci" "ums_realtek" "usbhid" "usb_storage" "sd_mod" "sdhci_pci" ];
|
||||||
|
luks.devices.cryptroot.device = "/dev/disk/by-uuid/";
|
||||||
};
|
};
|
||||||
|
|
||||||
kernelModules = [ "kvm-intel" ];
|
kernelModules = [ "kvm-intel" ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue