removed some redundant comments.
This commit is contained in:
parent
e3f836ae9f
commit
4282c8b199
1 changed files with 1 additions and 2 deletions
|
|
@ -22,8 +22,7 @@
|
|||
content = {
|
||||
type = "luks";
|
||||
name = "crypted";
|
||||
# disable settings.keyFile if you want to use interactive password entry
|
||||
passwordFile = "/tmp/secret.key"; # Interactive
|
||||
passwordFile = "/tmp/secret.key";
|
||||
content = {
|
||||
type = "btrfs";
|
||||
extraArgs = ["-L" "nixos" "-f"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue