From 6e1d821ea2d22f0d88a7e734ffe9ebe1269e10cd Mon Sep 17 00:00:00 2001 From: Olivier <1+olivier@noreply.raspot.in> Date: Tue, 18 Aug 2026 08:58:50 +0200 Subject: [PATCH] Actualiser modules/users.nix --- modules/users.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/users.nix b/modules/users.nix index 56202f7..4bce6a0 100644 --- a/modules/users.nix +++ b/modules/users.nix @@ -15,6 +15,6 @@ extraGroups = [ ]; # Le hash du mot de passe temporaire sera ajouté ici. - initialHashedPassword = "HASH_A_REMPLACER"; + initialHashedPassword = "$y$j9T$btoWUxC8iAjtgFeaiMZIW0$GuA6ZqIh8/ofgcjFxm.uPZjxir8CndyVXz.o7CfmXy6"; }; } \ No newline at end of file