add user
This commit is contained in:
parent
225dd38bee
commit
8259e2b8c8
1 changed files with 9 additions and 0 deletions
|
@ -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"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue