about summary refs log tree commit diff
path: root/nix/hosts/corrino/configuration.nix
diff options
context:
space:
mode:
authorEmile <git@emile.space>2024-07-21 17:45:21 +0200
committerEmile <git@emile.space>2024-07-21 17:45:21 +0200
commitb0aa5b2aad10dd64c9452f0db1c90a20b227b085 (patch)
tree9b33abb7bc1a244bf2f746cccec291b6bf055423 /nix/hosts/corrino/configuration.nix
parent3b298202df422325200e30eabbf1594c86baa364 (diff)
fiddling around with the keys again, adding the shortcuts key
Diffstat (limited to 'nix/hosts/corrino/configuration.nix')
-rw-r--r--nix/hosts/corrino/configuration.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nix/hosts/corrino/configuration.nix b/nix/hosts/corrino/configuration.nix
index 9e0198f..b1cea58 100644
--- a/nix/hosts/corrino/configuration.nix
+++ b/nix/hosts/corrino/configuration.nix
@@ -2,9 +2,12 @@
 
 let
   ports = import ./ports.nix;
+  # keys = import ../../users/keys.nix
+  # keys = key;
   keys = {
     emile = [
         "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPZi43zHEsoWaQomLGaftPE5k0RqVrZyiTtGqZlpWsew emile@caladan"
+        "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGzY3eCD6D07Kc8iBIO3nLRsqaOZ+Q+RKykXLefT26eU shortcuts@caladan"
         "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMoHWyC9r0LVk6UlkhBWAJph0F6KHYHh83EI5U9wtfq2 shortcuts@ginaz"
     ];
   };