mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 11:07:44 +00:00
Add forgejo runner
This commit is contained in:
parent
7236216e85
commit
8dfcd01ce5
5 changed files with 73 additions and 7 deletions
|
@ -7,6 +7,10 @@
|
|||
isNormalUser = true;
|
||||
};
|
||||
|
||||
systemUser = attributes: attributes // {
|
||||
isSystemUser = true;
|
||||
};
|
||||
|
||||
graphicalUser = attributes: attributes // {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "graphical" ] ++ attributes.extraGroups or [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue