about summary refs log tree commit diff
diff options
context:
space:
mode:
-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 ];
+}