about summary refs log tree commit diff
path: root/users/firefly/keys.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/firefly/keys.nix')
-rw-r--r--users/firefly/keys.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/users/firefly/keys.nix b/users/firefly/keys.nix
new file mode 100644
index 0000000000..1d7467a074
--- /dev/null
+++ b/users/firefly/keys.nix
@@ -0,0 +1,7 @@
+{ ... }:
+
+rec {
+  as = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN9i8fs10/BjNEqFXD+3fQeQ0SuHnQx4WpuqUg4caeed firefly@as";
+
+  whitby = [ as ];
+}