about summary refs log tree commit diff
path: root/nix/users/emile
diff options
context:
space:
mode:
Diffstat (limited to 'nix/users/emile')
-rw-r--r--nix/users/emile/keys.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/nix/users/emile/keys.nix b/nix/users/emile/keys.nix
new file mode 100644
index 0000000..f52cd19
--- /dev/null
+++ b/nix/users/emile/keys.nix
@@ -0,0 +1,9 @@
+{ ... }:
+
+{
+	all = [
+    "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPZi43zHEsoWaQomLGaftPE5k0RqVrZyiTtGqZlpWsew emile@caladan"
+    "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEzLZ56SEgwZZ0OusTdSDDhpMlxSg1zPNdRLuxKOfrR5 emile@chusuk"
+    "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMoHWyC9r0LVk6UlkhBWAJph0F6KHYHh83EI5U9wtfq2 shortcuts@ginaz"
+	];
+}