diff --git a/modules/system/boot.nix b/modules/system/boot.nix index b8a0fa4..f60cdb3 100644 --- a/modules/system/boot.nix +++ b/modules/system/boot.nix @@ -3,7 +3,4 @@ # Bootloader. boot.loader.systemd-boot.enable = 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"; } \ No newline at end of file