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" ]; }; };