From 47a035d1b2a4a27ab30596197654b932b4047829 Mon Sep 17 00:00:00 2001 From: Ezri Zhu Date: Sat, 5 Oct 2024 01:15:44 -0400 Subject: [PATCH] user update --- common/users.nix | 7 +++++++ 1 file changed, 7 insertions(+) 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")]; + }; }