From bfc33bbc7ea450985e439559f10596c0fd3e2907 Mon Sep 17 00:00:00 2001 From: Ezri Zhu Date: Tue, 1 Oct 2024 04:40:46 -0400 Subject: [PATCH] add user --- common/users.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/common/users.nix b/common/users.nix index 955cd33..3ebaef2 100644 --- a/common/users.nix +++ b/common/users.nix @@ -174,4 +174,12 @@ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID1qacNDp7UVlpdIqekaaDmUvzjXCCRnqM5J8Oz+g4mZ ara@cobalt-2024-09-29" ]; }; + users.users."6a" = { + uid = 2023; + isNormalUser = true; + homeMode = "755"; + openssh.authorizedKeys.keys = [ + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB8fQxBEPLTPewhJUJJ2nvLEWRqZuXo1fxbVwPVxPC2F j@emil" + ]; + }; }