removed some redundant comments.

This commit is contained in:
Gabe Venberg 2025-10-15 14:57:47 +02:00
parent e3f836ae9f
commit 4282c8b199

View file

@ -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"];