feat(user): add profile pictures
This commit is contained in:
parent
c4590f2865
commit
4395af295a
6 changed files with 11 additions and 0 deletions
|
@ -5,11 +5,13 @@
|
|||
description = "Koishi";
|
||||
admin = true;
|
||||
sshLogin = true;
|
||||
picture = ./picture/koishi.png;
|
||||
};
|
||||
|
||||
staging = {
|
||||
uid = 1000;
|
||||
description = "Staging Environment";
|
||||
picture = ./picture/staging.png;
|
||||
};
|
||||
|
||||
root.uid = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue