keyfile
This commit is contained in:
parent
b7f90c8f3d
commit
330b353d51
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
||||||
type = "luks";
|
type = "luks";
|
||||||
name = "LUKS-ROOT";
|
name = "LUKS-ROOT";
|
||||||
extraOpenArgs = [ "--allow-discards" ];
|
extraOpenArgs = [ "--allow-discards" ];
|
||||||
# settings.keyFile = "/tmp/secret.key";
|
settings.keyFile = "/tmp/secret.key";
|
||||||
content = {
|
content = {
|
||||||
type = "btrfs";
|
type = "btrfs";
|
||||||
# extraArgs = [ "-f" ];
|
# extraArgs = [ "-f" ];
|
||||||
|
|
Loading…
Reference in a new issue