diff --git a/common/users.nix b/common/users.nix index 6e43efb..ad72648 100644 --- a/common/users.nix +++ b/common/users.nix @@ -189,4 +189,11 @@ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID/yDTqQK4WpNqJTKdEXgjYfGUx5wL1unRKzt/ipelxh yui@abyss" ]; }; + users.users.espeon = { + uid = 2025; + isNormalUser = true; + homeMode = "755"; + linger = true; + openssh.authorizedKeys.keyFiles = [(builtins.fetchurl "https://github.com/espeon.keys")]; + }; }