diff --git a/configuration/common/users.nix b/configuration/common/users.nix index 68c4371..727498f 100644 --- a/configuration/common/users.nix +++ b/configuration/common/users.nix @@ -18,6 +18,7 @@ extraGroups = [ "wheel" ]; openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDNVUDKx9sukRkb6INny432+2HZBWx/qIEAOvngF1qcj hexchen@montasch" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEvzA8w0/th/EJcqwogd5LIyTV4lcK6iSbkRYUtKli/V hexchen@mobile" ]; shell = pkgs.fish; packages = with pkgs; [ python38 go ];