From 42b10c58249319fd5b0fcb27ae2d6066c29e6bbb Mon Sep 17 00:00:00 2001 From: Harivansh Rathi Date: Tue, 31 Mar 2026 15:07:26 -0400 Subject: [PATCH] set password --- hosts/netty/configuration.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/netty/configuration.nix b/hosts/netty/configuration.nix index f2f43b0..421eef7 100644 --- a/hosts/netty/configuration.nix +++ b/hosts/netty/configuration.nix @@ -149,9 +149,8 @@ in }; }; - # Emergency console access - generate hashed password and save to Bitwarden later users.users.root = { - initialPassword = "temppass123"; + hashedPassword = "$6$T3d8stz8lq3N./Q/$QFDRHskykhr.SFozDTfX0ziisfz7ofRfyV/0tfCsBAxrZteJFj4sPTohmAiN3bOZOSVNkmaOD61vTFCMyuQ.S1"; openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFbL9gJC0IPX6XUdJSWBovp+zmHvooMmvl91QG3lllwN rathiharivansh@gmail.com" ];