users: add hexchen mobile key

keep-around/5bc2a74713850ea53877f1971df72e70a34d7b78
hexchen 2020-12-01 11:31:32 +01:00
parent 2b42b87056
commit 5bc2a74713
1 changed files with 1 additions and 0 deletions

View File

@ -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 ];