From 16cd4f241e7e511cd3886a7c727572fd1e3b5254 Mon Sep 17 00:00:00 2001 From: Kaare Hoff Skovgaard Date: Sat, 19 Jul 2025 22:36:22 +0200 Subject: [PATCH] Fix another derp bug --- .../nixos/infrastructure/vault-server-approle/unix-user.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/modules/nixos/infrastructure/vault-server-approle/unix-user.nix b/nix/modules/nixos/infrastructure/vault-server-approle/unix-user.nix index 58df738..6ddd085 100644 --- a/nix/modules/nixos/infrastructure/vault-server-approle/unix-user.nix +++ b/nix/modules/nixos/infrastructure/vault-server-approle/unix-user.nix @@ -15,7 +15,7 @@ let ]; text = '' hashed_passwd="$(cat /run/unix-users/khs)" - usermod --password "$hashed_password" khs + usermod --password "$hashed_passwd" khs ''; }; in