From a6f121fa9a2b5893b7aa4d51821e6e0e226c0219 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sun, 18 May 2025 06:49:16 +0200 Subject: [PATCH] feat(ymir): remove keyfile from disk-config. --- hosts/ymir/disk-config.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/hosts/ymir/disk-config.nix b/hosts/ymir/disk-config.nix index f061911..a496f62 100644 --- a/hosts/ymir/disk-config.nix +++ b/hosts/ymir/disk-config.nix @@ -22,11 +22,7 @@ content = { type = "luks"; name = "crypt"; - passwordFile = "/tmp/secret.key"; # Interactive - settings = { - allowDiscards = true; - keyFile = "/tmp/secret.key"; - }; + settings.allowDiscards = true; content = { type = "btrfs"; extraArgs = ["-f"];