From dc559c377b033b65d7913d7b4ec15d76598281ad Mon Sep 17 00:00:00 2001 From: willifan Date: Thu, 15 May 2025 23:15:41 +0200 Subject: [PATCH] added Lenni encryption key --- hosts/Lenni/disko.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/Lenni/disko.nix b/hosts/Lenni/disko.nix index 89316a3..1a2b238 100644 --- a/hosts/Lenni/disko.nix +++ b/hosts/Lenni/disko.nix @@ -24,6 +24,8 @@ content = { type = "luks"; name = "cryptroot"; + settings.allowDiscards = true; + passwordFile = "/tmp/secret.key"; content = { type = "btrfs"; extraArgs = [ "-f" ];