[nix] Remove obsolete crypted.device and sleep 1 second on boot

This commit is contained in:
Sebastian Schulze 2023-11-14 13:28:24 +01:00
parent 5f89fd2ff2
commit 3db0b37948
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 1 additions and 1 deletions

View File

@ -8,8 +8,8 @@
boot.initrd.availableKernelModules = [ "ahci" "xhci_pci" "usb_storage" "usbhid" "sd_mod" ];
boot.initrd.kernelModules = [ "dm-snapshot" ];
boot.initrd.luks.devices.crypted.device = "/dev/disk/by-uuid/1786c83d-16de-4a83-bedc-dd2606b6eccc";
boot.initrd.preLVMCommands = lib.mkOrder 400 "sleep 1";
services.scanberry.enable = true;
hardware.sane.enable = true;