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