home: add profile pictures

This commit is contained in:
514fpv 2024-01-29 00:19:57 +08:00
parent 13d5891b73
commit e819ca42d0
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw
6 changed files with 11 additions and 0 deletions

View file

@ -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;