diff --git a/sh/btrfs-luks.nix b/sh/btrfs-luks.nix index b8b33edd..1302ba46 100644 --- a/sh/btrfs-luks.nix +++ b/sh/btrfs-luks.nix @@ -25,12 +25,12 @@ type = "luks"; name = "crypted"; # disable settings.keyFile if you want to use interactive password entry - passwordFile = "/tmp/secret.key"; # Interactive - settings = { - allowDiscards = true; - #keyFile = "/tmp/secret.key"; - }; - additionalKeyFiles = [ "/tmp/additionalSecret.key" ]; + # passwordFile = "/tmp/secret.key"; # Interactive + # settings = { + # allowDiscards = true; + # keyFile = "/tmp/secret.key"; + #}; + #additionalKeyFiles = [ "/tmp/additionalSecret.key" ]; content = { type = "btrfs"; extraArgs = [ "-f" ]; @@ -61,3 +61,4 @@ }; }; } +