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