From fa152b24b6387a12829d236e1cf4d8e086a4ccf4 Mon Sep 17 00:00:00 2001 From: Mohamed Chrayed Date: Wed, 4 Mar 2026 19:12:01 +0100 Subject: [PATCH] luks settings --- modules/base/sys/boot.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/base/sys/boot.nix b/modules/base/sys/boot.nix index 23df639..6bd5af9 100644 --- a/modules/base/sys/boot.nix +++ b/modules/base/sys/boot.nix @@ -11,8 +11,8 @@ boot.plymouth.enable = true; boot.plymouth.theme = "bgrt"; boot.initrd.luks.devices."cryptroot" = { - device = "/dev/disk/by-label/luks"; + #device = "/dev/disk/by-label/luks"; + crypttabExtraOpts = [ "tpm2-device=auto" ]; }; - }; }