about summary refs log tree commit diff
path: root/users/tazjin
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2020-07-02T18·18+0100
committertazjin <mail@tazj.in>2020-07-02T18·32+0000
commit3ed1da6b2425948424bc33597a1afe81ead8775d (patch)
tree4bcec65d4580eb9127d9301c62bbeeb476d8302a /users/tazjin
parentb1f0de3fde79e419b78b5a948dc38450bd36f5bd (diff)
feat(tazjin/keys): Add an expression with my SSH public keys r/1159
Change-Id: I624ce085ff18360bbd390bc570b6be2a416b9a42
Reviewed-on: https://cl.tvl.fyi/c/depot/+/842
Reviewed-by: BuildkiteCI
Reviewed-by: isomer <isomer@tvl.fyi>
Reviewed-by: glittershark <grfn@gws.fyi>
Tested-by: BuildkiteCI
Diffstat (limited to 'users/tazjin')
-rw-r--r--users/tazjin/keys.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/users/tazjin/keys.nix b/users/tazjin/keys.nix
new file mode 100644
index 0000000000..9378d48bac
--- /dev/null
+++ b/users/tazjin/keys.nix
@@ -0,0 +1,7 @@
+# My SSH public keys
+{ ... }:
+
+rec {
+  frog = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKMZzRdcrHTuCPoaFy36MPr5IW/hnImlse/OBOn6udL/ tazjin@frog";
+  all = [ frog ];
+}