Specify extra settings per application.
Declarations
Type
attribute set of (submodule)
Default
{ }
Example
"com.github.app" = {
isAllowed = true;
isSystem = true;
users = [ "300" ];
};
Specify extra settings per application.
attribute set of (submodule)
{ }
"com.github.app" = {
isAllowed = true;
isSystem = true;
users = [ "300" ];
};