feat(ymir): remove keyfile from disk-config.

This commit is contained in:
CronyAkatsuki 2025-05-18 06:49:16 +02:00
parent a00aca6143
commit a6f121fa9a

View file

@ -22,11 +22,7 @@
content = { content = {
type = "luks"; type = "luks";
name = "crypt"; name = "crypt";
passwordFile = "/tmp/secret.key"; # Interactive settings.allowDiscards = true;
settings = {
allowDiscards = true;
keyFile = "/tmp/secret.key";
};
content = { content = {
type = "btrfs"; type = "btrfs";
extraArgs = ["-f"]; extraArgs = ["-f"];