Revert "bebop: Add new SSH key for hermes"

This reverts commit 88b068c0a6.
This commit is contained in:
Payas Relekar 2023-08-20 18:20:04 +05:30
parent 88b068c0a6
commit a10dff9eee

View file

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