2024-01-02 14:42:27 +08:00
|
|
|
{
|
|
|
|
users.profiles = {
|
2024-01-03 11:40:30 +08:00
|
|
|
koishi = {
|
|
|
|
uid = 1300; # 0x514 = 1300 :)
|
|
|
|
description = "Koishi";
|
|
|
|
admin = true;
|
|
|
|
sshLogin = true;
|
|
|
|
};
|
|
|
|
|
|
|
|
staging = {
|
|
|
|
uid = 1000;
|
|
|
|
description = "Staging Environment";
|
|
|
|
};
|
|
|
|
|
2024-01-07 21:51:34 +08:00
|
|
|
app = {
|
|
|
|
uid = 5800;
|
|
|
|
description = "Insecure Applications";
|
|
|
|
};
|
|
|
|
|
2024-01-02 14:42:27 +08:00
|
|
|
root.uid = 0;
|
|
|
|
};
|
|
|
|
}
|