add user
This commit is contained in:
parent
0afcd6a6e9
commit
8ac0ab3ae1
1 changed files with 7 additions and 0 deletions
|
@ -182,4 +182,11 @@
|
|||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB8fQxBEPLTPewhJUJJ2nvLEWRqZuXo1fxbVwPVxPC2F j@emil"
|
||||
];
|
||||
};
|
||||
users.users."qtyui" = {
|
||||
uid = 2024;
|
||||
isNormalUser = true;
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID/yDTqQK4WpNqJTKdEXgjYfGUx5wL1unRKzt/ipelxh yui@abyss"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue