summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2025-07-28 15:21:47 +0530
committersinanmohd <sinan@sinanmohd.com>2025-07-28 15:21:47 +0530
commit1a6ecbf3b9ffe9e5ff13fa2ecf94a6f78bd396dd (patch)
tree152ed380abbfa111b161ec357bdeb809f8f38e5d
parent54b0166ec4a62ee8d72ae9aabb096279bed470c8 (diff)
os/users: update keys
-rw-r--r--os/common/modules/user.nix4
1 files 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"
];
};
}