Merge branch 'hexchen/keyupdate' into 'main'

users: add hexchen mobile key

See merge request infra/haccfiles!5
keep-around/027074ad9ecff26a7b4bbf87527cd4ccee834dc9
hexchen 2020-12-01 11:31:42 +01:00
commit 027074ad9e
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 ];