From 2063bb6224c3b50e000c8370835b7a83ff225cf6 Mon Sep 17 00:00:00 2001 From: Mohamed Chrayed Date: Wed, 4 Mar 2026 19:38:22 +0100 Subject: [PATCH] debug luks auto tpm --- modules/base/sys/boot.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/base/sys/boot.nix b/modules/base/sys/boot.nix index 42286ad..ec931c0 100644 --- a/modules/base/sys/boot.nix +++ b/modules/base/sys/boot.nix @@ -11,7 +11,7 @@ boot.plymouth.enable = false; #boot.plymouth.theme = "bgrt"; boot.initrd.luks.devices."cryptroot" = { - device = "/dev/nvme0n1p2"; + device = lib.mkForce "/dev/nvme0n1p2"; #crypttabExtraOpts = [ "tpm2-device=auto" ]; }; };