Update default.nix
This commit is contained in:
parent
b4bc150956
commit
87d9cc2513
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
boot = {
|
||||
initrd = {
|
||||
availableKernelModules = [ "xhci_pci" "ehci_pci" "ahci" "sd_mod" "sr_mod" "rtsx_pci_sdmmc" ];
|
||||
luks.devices.cryptroot.device = "/dev/disk/by-uuid/a553c11a-f6f4-4d67-a2d1-ede2615bce3d";
|
||||
luks.devices.root.device = "/dev/disk/by-uuid/a553c11a-f6f4-4d67-a2d1-ede2615bce3d";
|
||||
};
|
||||
|
||||
kernelModules = [ "kvm-intel" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue