about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCynthia Revström <me@cynthia.re>2020-09-27T23·07+0200
committercynthia <cynthia@tvl.fyi>2020-09-27T23·14+0000
commitcf878224ab60ef58fcb3cb0a52c7142bbe2ae10b (patch)
tree441c2ccf45b1e3f380dac0de1e8605f88eb5fb55
parentf3b7989d7996bf5e78d6bc0ca7f15d45987d0d2e (diff)
feat(cynthia): add SSH CA r/1821
I am a Catgirl Authority OwO :3

Change-Id: Id1f2579fe20e3081ad895738211e78285de8d2f3
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2006
Reviewed-by: tazjin <mail@tazj.in>
Reviewed-by: cynthia <cynthia@tvl.fyi>
Tested-by: BuildkiteCI
-rw-r--r--users/cynthia/keys.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/users/cynthia/keys.nix b/users/cynthia/keys.nix
new file mode 100644
index 0000000000..bac8dc1c57
--- /dev/null
+++ b/users/cynthia/keys.nix
@@ -0,0 +1,7 @@
+{ ... }:
+
+{
+  all = [
+    "cert-authority ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICsj3W6QczgxE3s5GGT8qg0aLrCM+QeRnSq9RkiZtKvz meow"
+  ];
+}
\ No newline at end of file