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 = {
|
content = {
|
||||||
type = "luks";
|
type = "luks";
|
||||||
name = "crypted";
|
name = "crypted";
|
||||||
# disable settings.keyFile if you want to use interactive password entry
|
passwordFile = "/tmp/secret.key";
|
||||||
passwordFile = "/tmp/secret.key"; # Interactive
|
|
||||||
content = {
|
content = {
|
||||||
type = "btrfs";
|
type = "btrfs";
|
||||||
extraArgs = ["-L" "nixos" "-f"];
|
extraArgs = ["-L" "nixos" "-f"];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue