From 1a6ecbf3b9ffe9e5ff13fa2ecf94a6f78bd396dd Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Mon, 28 Jul 2025 15:21:47 +0530 Subject: os/users: update keys --- os/common/modules/user.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/os/common/modules/user.nix b/os/common/modules/user.nix index fa4e1c9..13a9046 100644 --- a/os/common/modules/user.nix +++ b/os/common/modules/user.nix @@ -10,10 +10,10 @@ in description = email; extraGroups = [ "wheel" ]; + initialHashedPassword = "$y$j9T$5yekb7UNR3e1bHrPLqH/F.$zVIIDLBY4snxLQcdGCb1aHD2rIhs96fvdvPdNkstFcD"; openssh.authorizedKeys.keys = [ - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOzbE0x+ls4Prf4xMylcaFlzuLy44Pti+ZeUU98Wo+5P sinan@paq" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMQu223dTF1J2Iw2TuKVt3SPT4cjtY90TMTxFGxP7DP7 sinan@exy" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL8LnyOuPmtKRqAZeHueNN4kfYvpRQVwCivSTq+SZvDU sinan@cez" - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHeyFnYE9RJ87kbkjgrev/yw1Z4PVLxvfPAtJjBMOYPq sinan@ale" ]; }; } -- cgit v1.2.3