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

Add forgejo runner

This commit is contained in:
RGBCube 2024-02-07 12:46:48 +03:00
parent 7236216e85
commit 8dfcd01ce5
No known key found for this signature in database
5 changed files with 73 additions and 7 deletions

View file

@ -7,6 +7,10 @@
isNormalUser = true;
};
systemUser = attributes: attributes // {
isSystemUser = true;
};
graphicalUser = attributes: attributes // {
isNormalUser = true;
extraGroups = [ "graphical" ] ++ attributes.extraGroups or [];