From 2b5526afdd7b4d5cfa9a40968403c9dcfcdea6ed Mon Sep 17 00:00:00 2001 From: xunuwu Date: Wed, 19 Feb 2025 16:56:13 +0100 Subject: [PATCH] whitelist alka ssh key --- sshKeys/alka_alkpc | 1 + sys/profiles/core/deploy.nix | 1 + 2 files changed, 2 insertions(+) create mode 100644 sshKeys/alka_alkpc diff --git a/sshKeys/alka_alkpc b/sshKeys/alka_alkpc new file mode 100644 index 0000000..9aaa77e --- /dev/null +++ b/sshKeys/alka_alkpc @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDEQgWigEHjD8AGv4Omzm7q3pNk3V0ycvLnsiJkt0TB2 alka@alkpc diff --git a/sys/profiles/core/deploy.nix b/sys/profiles/core/deploy.nix index 7f16d4f..ad99c59 100644 --- a/sys/profiles/core/deploy.nix +++ b/sys/profiles/core/deploy.nix @@ -20,6 +20,7 @@ openssh.authorizedKeys.keyFiles = [ (self + /sshKeys/xun_nixdesk) + (self + /sshKeys/alka_alkpc) ]; }; }