From 88b068c0a64b89dbdfabfa1fb048134056d43226 Mon Sep 17 00:00:00 2001 From: Payas Relekar Date: Sun, 20 Aug 2023 18:08:07 +0530 Subject: [PATCH] bebop: Add new SSH key for hermes Because looks like there is a conflict with known_hosts for same key --- hosts/bebop/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/bebop/configuration.nix b/hosts/bebop/configuration.nix index 6557882..b213199 100644 --- a/hosts/bebop/configuration.nix +++ b/hosts/bebop/configuration.nix @@ -85,6 +85,7 @@ in extraGroups = [ "wheel" "docker" ]; openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPLfc2MW5f4Qn1ifAjPPSTRjDST9Bpwn4M8pWvtYrlnY nixos@wsl@hermes" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJucrWRDoGoqrqtebfXpPOUohoRDCh/BNCRt0ZzrHIia nixos@hermes" ]; }; };