chore: rename luks device to crypted-nixos

This commit is contained in:
Ryan Yin
2024-06-18 09:40:00 +08:00
parent 4433e018d9
commit 09a9e086d8
5 changed files with 17 additions and 17 deletions

View File

@@ -44,7 +44,7 @@
boot.tmp.cleanOnBoot = true;
boot.initrd = {
# unlocked luks devices via a keyfile or prompt a passphrase.
luks.devices."encrypted-nixos" = {
luks.devices."crypted-nixos" = {
device = "/dev/nvme0n1p4";
# the keyfile(or device partition) that should be used as the decryption key for the encrypted device.
# if not specified, you will be prompted for a passphrase instead.