mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 02:08:29 +02:00
fix: hdd storage - do not unlock on boot, increase boot.loader.timeout
This commit is contained in:
@@ -26,6 +26,9 @@
|
||||
fallbackToPassword = true;
|
||||
allowDiscards = true;
|
||||
};
|
||||
# Whether to add a boot.initrd.luks.devices entry for the specified disk.
|
||||
# This data disk is not needed to boot the system, so we don't need to unlock it in the initrd.
|
||||
initrdUnlock = false;
|
||||
|
||||
# encrypt the root partition with luks2 and argon2id, will prompt for a passphrase, which will be used to unlock the partition.
|
||||
# cryptsetup luksFormat
|
||||
|
||||
Reference in New Issue
Block a user