diff --git a/common/users.nix b/common/users.nix index ad72648..92cf4dd 100644 --- a/common/users.nix +++ b/common/users.nix @@ -196,4 +196,11 @@ linger = true; openssh.authorizedKeys.keyFiles = [(builtins.fetchurl "https://github.com/espeon.keys")]; }; + users.users."aubrey" = { + uid = 2026; + isNormalUser = true; + openssh.authorizedKeys.keys = [ + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMJa2RJ2JPbrzRobFcYsjFo9S0LIfvOml4LUzRfvVNN4 cat@aubrey.rs" + ]; + }; }