From b0aa5b2aad10dd64c9452f0db1c90a20b227b085 Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 21 Jul 2024 17:45:21 +0200 Subject: fiddling around with the keys again, adding the shortcuts key --- nix/hosts/corrino/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nix/hosts/corrino/configuration.nix') 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" ]; }; -- cgit 1.4.1