diff options
-rw-r--r-- | .guix/guix-na/config/balg02.scm | 4 | ||||
-rw-r--r-- | .pubkeys/arun-ed25519.pub | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/.guix/guix-na/config/balg02.scm b/.guix/guix-na/config/balg02.scm index 24e956f..ab17951 100644 --- a/.guix/guix-na/config/balg02.scm +++ b/.guix/guix-na/config/balg02.scm @@ -129,7 +129,9 @@ (allow-agent-forwarding? #t) (authorized-keys `(("auto" ,(local-file "../../../.pubkeys/deploy-key.pub")) - ("arun" ,(local-file "../../../.pubkeys/arun.pub")) + ("arun" + ,(local-file "../../../.pubkeys/arun.pub") + ,(local-file "../../../.pubkeys/arun-ed25519.pub")) ("collin" ,(local-file "../../../.pubkeys/collin.pub")) ("pjotr" ,(local-file "../../../.pubkeys/pjotr-gaeta.pub") diff --git a/.pubkeys/arun-ed25519.pub b/.pubkeys/arun-ed25519.pub new file mode 100644 index 0000000..68ec7f9 --- /dev/null +++ b/.pubkeys/arun-ed25519.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJgYifUhSVZ3RCVCZPAh4VTLUJeCPWcEUsa/TGucRofs arunisaac@systemreboot.net |