luks settings

This commit is contained in:
2026-03-04 19:20:56 +01:00
parent fa152b24b6
commit 89dabb2486

View File

@@ -10,9 +10,9 @@
boot.initrd.systemd.enable = true; boot.initrd.systemd.enable = true;
boot.plymouth.enable = true; boot.plymouth.enable = true;
boot.plymouth.theme = "bgrt"; boot.plymouth.theme = "bgrt";
boot.initrd.luks.devices."cryptroot" = { # boot.initrd.luks.devices."cryptroot" = {
#device = "/dev/disk/by-label/luks"; #device = "/dev/disk/by-label/luks";
crypttabExtraOpts = [ "tpm2-device=auto" ]; # crypttabExtraOpts = [ "tpm2-device=auto" ];
}; # };
}; };
} }