From 661e146bebd7af2c255c85cb01e110cff459f5bc Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Tue, 18 Feb 2025 07:32:40 +0530 Subject: common/user: add ssh keys for paq --- os/common/modules/user.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/common/modules') 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" ]; -- cgit v1.2.3