diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index cadb01a..44cc167 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -20,11 +20,6 @@ supportedFilesystems = [ "zfs" ]; initrd = { - luks.devices."cryptroot" = { - device = "/dev/disk/by-partlabel/luks"; - allowDiscards = true; - }; - availableKernelModules = [ "tpm_tis" "tpm_crb"