From 01bc18eb66dceaea4921654691dfbe86fd2d162e Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 4 Oct 2023 20:59:11 +0900 Subject: [PATCH] No disk password file --- nixos/hosts/osaka-vultr-01/disks.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/hosts/osaka-vultr-01/disks.nix b/nixos/hosts/osaka-vultr-01/disks.nix index ceba85a1..66d6d76c 100644 --- a/nixos/hosts/osaka-vultr-01/disks.nix +++ b/nixos/hosts/osaka-vultr-01/disks.nix @@ -22,7 +22,6 @@ type = "luks"; name = "crypted"; extraOpenArgs = [ "--allow-discards" ]; - passwordFile = "/tmp/secret.key"; content = { type = "filesystem"; format = "ext4";