about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJames Landrein <james.landrein@gmail.com>2022-05-31T15·31+0200
committerj4m3s <james.landrein@gmail.com>2022-05-31T16·05+0000
commitfb228861656a7dff2d3619a7b4b70bce26152b23 (patch)
tree7f1e3bfe78f24f32904929a0ea7863446a3fa2bf
parenta7f9624fb39989ae2180901ffd89a37824adc1a1 (diff)
feat(j4m3s): add keys r/4194
Change-Id: I8384d37f071a031d92d3d9b0d7692dae25880dc3
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5797
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
-rw-r--r--users/j4m3s/OWNERS3
-rw-r--r--users/j4m3s/keys.nix7
2 files changed, 10 insertions, 0 deletions
diff --git a/users/j4m3s/OWNERS b/users/j4m3s/OWNERS
new file mode 100644
index 0000000000..accfaadea2
--- /dev/null
+++ b/users/j4m3s/OWNERS
@@ -0,0 +1,3 @@
+inherited: false
+owners:
+  - j4m3s
diff --git a/users/j4m3s/keys.nix b/users/j4m3s/keys.nix
new file mode 100644
index 0000000000..e5aaa30737
--- /dev/null
+++ b/users/j4m3s/keys.nix
@@ -0,0 +1,7 @@
+{ ... }:
+
+{
+  all = [
+    "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIH77KDNivaadAX0byGQgmel9hA7VcmFnL+IKYHgBVNVp tvl"
+  ];
+}