nixos/tomcat: add extraGroups type (#110486)
This commit is contained in:
parent
2b56a69386
commit
0a38f6da4f
|
@ -74,6 +74,7 @@ in
|
|||
|
||||
extraGroups = mkOption {
|
||||
default = [];
|
||||
type = types.listOf types.str;
|
||||
example = [ "users" ];
|
||||
description = "Defines extra groups to which the tomcat user belongs.";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue