summaryrefslogtreecommitdiff
path: root/os/common/modules/user.nix
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2025-02-18 07:32:40 +0530
committersinanmohd <sinan@sinanmohd.com>2025-02-18 07:32:40 +0530
commit661e146bebd7af2c255c85cb01e110cff459f5bc (patch)
tree6abac601d9b1a4cce12fe0d81334a21dbd55efca /os/common/modules/user.nix
parente37303a0e75a028a8aa990ae92e8a040dbb7451d (diff)
common/user: add ssh keys for paq
Diffstat (limited to 'os/common/modules/user.nix')
-rw-r--r--os/common/modules/user.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/common/modules/user.nix b/os/common/modules/user.nix
index b58d980..bdf258e 100644
--- a/os/common/modules/user.nix
+++ b/os/common/modules/user.nix
@@ -9,7 +9,7 @@ in {
extraGroups = [ "wheel" ];
openssh.authorizedKeys.keys = [
- "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAcCendbKbeoc7hYEEcBt9wwtSXrJUgJ2SuYARO0zPAX sinan@veu"
+ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOzbE0x+ls4Prf4xMylcaFlzuLy44Pti+ZeUU98Wo+5P sinan@paq"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL8LnyOuPmtKRqAZeHueNN4kfYvpRQVwCivSTq+SZvDU sinan@cez"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHeyFnYE9RJ87kbkjgrev/yw1Z4PVLxvfPAtJjBMOYPq sinan@ale"
];