From 8259e2b8c81bf4b931313fe7870b65553dda0b02 Mon Sep 17 00:00:00 2001 From: Ezri Zhu Date: Mon, 30 Sep 2024 01:16:11 -0400 Subject: [PATCH] add user --- common/users.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/common/users.nix b/common/users.nix index 5c71356..955cd33 100644 --- a/common/users.nix +++ b/common/users.nix @@ -165,4 +165,13 @@ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDL0LEwrC9c7LAktOxNjhAZxIAX4+qXh3MEK8w36cK+V" ]; }; + users.users.ara = { + uid = 2022; + isNormalUser = true; + homeMode = "755"; + linger = true; + openssh.authorizedKeys.keys = [ + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID1qacNDp7UVlpdIqekaaDmUvzjXCCRnqM5J8Oz+g4mZ ara@cobalt-2024-09-29" + ]; + }; }