From 9b9829994fb922f30822a82a1291e3f06a85a140 Mon Sep 17 00:00:00 2001 From: Astro Date: Tue, 3 May 2022 03:42:39 +0200 Subject: [PATCH] add astro ssh key --- keys/ssh/astro | 1 + modules/base.nix | 1 + 2 files changed, 2 insertions(+) create mode 100644 keys/ssh/astro diff --git a/keys/ssh/astro b/keys/ssh/astro new file mode 100644 index 0000000..300ce18 --- /dev/null +++ b/keys/ssh/astro @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGJJTSJdpDh82486uPiMhhyhnci4tScp5uUe7156MBC8 astro diff --git a/modules/base.nix b/modules/base.nix index 5a3b446..636dd67 100644 --- a/modules/base.nix +++ b/modules/base.nix @@ -31,6 +31,7 @@ ../keys/ssh/oxa1 ../keys/ssh/marenz1 ../keys/ssh/marenz2 + ../keys/ssh/astro ]; };