feat(ymir): remove keyfile from disk-config.
This commit is contained in:
parent
a00aca6143
commit
a6f121fa9a
1 changed files with 1 additions and 5 deletions
|
@ -22,11 +22,7 @@
|
|||
content = {
|
||||
type = "luks";
|
||||
name = "crypt";
|
||||
passwordFile = "/tmp/secret.key"; # Interactive
|
||||
settings = {
|
||||
allowDiscards = true;
|
||||
keyFile = "/tmp/secret.key";
|
||||
};
|
||||
settings.allowDiscards = true;
|
||||
content = {
|
||||
type = "btrfs";
|
||||
extraArgs = ["-f"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue