From 5bc2a74713850ea53877f1971df72e70a34d7b78 Mon Sep 17 00:00:00 2001 From: hexchen Date: Tue, 1 Dec 2020 11:31:32 +0100 Subject: [PATCH] users: add hexchen mobile key --- configuration/common/users.nix | 1 + 1 file changed, 1 insertion(+) 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 ];