From 4282c8b19967052bb18c00aeabcf74b659c23d8c Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Wed, 15 Oct 2025 14:57:47 +0200 Subject: [PATCH] removed some redundant comments. --- hosts/harmatan/disk-config.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"];