1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Add Said user

This commit is contained in:
RGBCube 2024-01-03 10:34:10 +03:00
parent ca42253a29
commit f7dc6a3bdd
No known key found for this signature in database

View file

@ -12,6 +12,11 @@
extraGroups = [ "wheel" ];
};
users.users.said = graphicalUser {
description = "Said";
extraGroups = [ "wheel" ];
};
users.users.orhan = graphicalUser {
description = "Orhan";
};