diff --git a/hosts/bebop/configuration.nix b/hosts/bebop/configuration.nix index b213199..6557882 100644 --- a/hosts/bebop/configuration.nix +++ b/hosts/bebop/configuration.nix @@ -85,7 +85,6 @@ in extraGroups = [ "wheel" "docker" ]; openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPLfc2MW5f4Qn1ifAjPPSTRjDST9Bpwn4M8pWvtYrlnY nixos@wsl@hermes" - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJucrWRDoGoqrqtebfXpPOUohoRDCh/BNCRt0ZzrHIia nixos@hermes" ]; }; };