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) ]; }; }