feat: hosts/k8s - replace impermanence with preservation (#199)

This commit is contained in:
Ryan Yin
2025-06-29 14:56:08 +08:00
committed by GitHub
parent dd008c3363
commit aaabb5ed76
6 changed files with 114 additions and 62 deletions

View File

@@ -53,7 +53,7 @@
# type `cryptsetup --help` to see the compiled-in key and passphrase maximum sizes
keyFileSize = 512 * 64; # match the `bs * count` of the `dd` command
keyFileOffset = 512 * 128; # match the `bs * skip` of the `dd` command
fallbackToPassword = true;
# fallbackToPassword = true;
allowDiscards = true;
};
# Whether to add a boot.initrd.luks.devices entry for the specified disk.