bebop: Add new SSH key for hermes

Because looks like there is a conflict with known_hosts for same key
This commit is contained in:
Payas Relekar 2023-08-20 18:08:07 +05:30
parent 85dfce6c73
commit 88b068c0a6

View file

@ -85,6 +85,7 @@ in
extraGroups = [ "wheel" "docker" ];
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPLfc2MW5f4Qn1ifAjPPSTRjDST9Bpwn4M8pWvtYrlnY nixos@wsl@hermes"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJucrWRDoGoqrqtebfXpPOUohoRDCh/BNCRt0ZzrHIia nixos@hermes"
];
};
};