summaryrefslogtreecommitdiff
path: root/pub-keys.nix
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2025-12-31 01:14:37 +0100
committerandromeda <andromeda@lenovo>2025-12-31 01:14:37 +0100
commit42a93f042e2c821939fa6aa4ac8945997d5b5099 (patch)
treebcc6ec5399cdabd28c9e30faca59d6bea925e7d4 /pub-keys.nix
parent07655e513522db296b1032290c7cfb6a5ac64181 (diff)
better machine conf, rework key/machines management
Diffstat (limited to 'pub-keys.nix')
-rw-r--r--pub-keys.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pub-keys.nix b/pub-keys.nix
new file mode 100644
index 0000000..482d454
--- /dev/null
+++ b/pub-keys.nix
@@ -0,0 +1,6 @@
+{
+ ssh = {
+ andromeda = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJy2VD362wUcu0lKj2d6OIU8dbAna0Lu/NaAYIj8gdIA andromeda@lenovo";
+ lenovo = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHG4eqsLTq2os2mxfwhys3BpVnowcJrqt2CbRFzN2pJb root@lenovo";
+ };
+}