added Lenni encryption key

This commit is contained in:
willifan 2025-05-15 23:15:41 +02:00
parent a816f0d204
commit dc559c377b

View file

@ -24,6 +24,8 @@
content = { content = {
type = "luks"; type = "luks";
name = "cryptroot"; name = "cryptroot";
settings.allowDiscards = true;
passwordFile = "/tmp/secret.key";
content = { content = {
type = "btrfs"; type = "btrfs";
extraArgs = [ "-f" ]; extraArgs = [ "-f" ];