From 0f1aa1fd2efab54846d44285a3a12ee255b92ae1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Sun, 7 Apr 2024 18:36:42 +0200 Subject: [PATCH] rm initrd from boot.nix --- modules/system/boot.nix | 3 --- 1 file changed, 3 deletions(-) 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