mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 23:59:07 +02:00
debug luks auto tpm
This commit is contained in:
@@ -4,15 +4,15 @@
|
||||
boot.loader.systemd-boot.consoleMode = "max";
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.loader.timeout = 1;
|
||||
boot.consoleLogLevel = 0;
|
||||
boot.consoleLogLevel = 5;
|
||||
boot.initrd.verbose = false;
|
||||
boot.initrd.enable = true;
|
||||
boot.initrd.systemd.enable = true;
|
||||
boot.plymouth.enable = true;
|
||||
boot.plymouth.theme = "bgrt";
|
||||
# boot.initrd.luks.devices."cryptroot" = {
|
||||
#device = "/dev/disk/by-label/luks";
|
||||
# crypttabExtraOpts = [ "tpm2-device=auto" ];
|
||||
# };
|
||||
boot.plymouth.enable = false;
|
||||
#boot.plymouth.theme = "bgrt";
|
||||
#boot.initrd.luks.devices."cryptroot" = {
|
||||
#device = "/dev/disk/by-label/luks";
|
||||
#crypttabExtraOpts = [ "tpm2-device=auto" ];
|
||||
#};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user