rm initrd from boot.nix

This commit is contained in:
Jonas Röger 2024-04-07 18:36:42 +02:00
parent c560b94ae8
commit 0f1aa1fd2e

View File

@ -3,7 +3,4 @@
# Bootloader. # Bootloader.
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
# initrd
boot.initrd.luks.devices."luks-39ff42bf-5f55-4cce-8928-bdc5b9f4d4d5".device = "/dev/disk/by-uuid/39ff42bf-5f55-4cce-8928-bdc5b9f4d4d5";
} }