From 60d850c2bca817bf2edca0354b7cf14057a32323 Mon Sep 17 00:00:00 2001 From: Hadi Date: Mon, 17 Aug 2026 13:10:50 +0200 Subject: [PATCH] change work password Signed-off-by: Hadi --- hosts/work/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/work/configuration.nix b/hosts/work/configuration.nix index fef794ef..a686a686 100644 --- a/hosts/work/configuration.nix +++ b/hosts/work/configuration.nix @@ -26,7 +26,7 @@ home-manager.users."${config.var.username}" = import ./home.nix; - users.users.${config.var.username}.hashedPassword = "$y$j9T$A7gH534UczuBxulj9IfEu1$ImRy3lpYpemRWNVIkA7efKPWXneFiqhZnEF1aMkWcD8"; # CHANGEME: This is my password + users.users.${config.var.username}.hashedPassword = "$y$j9T$quUlRuvuYJ18asD8SUrh11$0mHCP7ZRIOYjNHY0oT.aFfVho1V0M65eClLzVo0RARD"; # CHANGEME: This is my password # Don't touch this system.stateVersion = "26.05";