From b188f9fac1090a0c069d2d6a3ee7e0699705d9b9 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Wed, 19 Jun 2024 11:49:37 -0500 Subject: [PATCH] use hashed password --- modules/users/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/users/default.nix b/modules/users/default.nix index ae22fae..2cda361 100644 --- a/modules/users/default.nix +++ b/modules/users/default.nix @@ -26,7 +26,7 @@ in "wheel" # sudo "docker" ]; - initialPassword = "nix"; + initialHashedPassword = "$2b$05$mGMrDFzf2cXLaoOlVQbGvOBV7UZlDt9dLg9Xqxutb/uHpjF5VrTBO"; openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKkezPIhB+QW37G15ZV3bewydpyEcNlYxfHLlzuk3PH9" ];