diff --git a/hosts/harmatan/disk-config.nix b/hosts/harmatan/disk-config.nix index 057c12f..88e174b 100644 --- a/hosts/harmatan/disk-config.nix +++ b/hosts/harmatan/disk-config.nix @@ -22,8 +22,7 @@ content = { type = "luks"; name = "crypted"; - # disable settings.keyFile if you want to use interactive password entry - passwordFile = "/tmp/secret.key"; # Interactive + passwordFile = "/tmp/secret.key"; content = { type = "btrfs"; extraArgs = ["-L" "nixos" "-f"];