diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/users/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/users/default.nix b/system/users/default.nix index 06020a6..6999fef 100644 --- a/system/users/default.nix +++ b/system/users/default.nix @@ -19,6 +19,7 @@ ]; openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG63gxw8JePmrC8Fni0pLV4TnPBhCPmSV9FYEdva+6s7 sils" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBIu/e90+zWFhEXtBblN5iWkIBGQ+Z+YvWgz5ZlTyQO0 openpgp:0xD7EB1A0C" ]; }; |