nixos/tomcat: add extraGroups type (#110486)
Fritz Otlinghaus 4 years ago 0a38f6da 2b56a693
··· 74 74 75 75 extraGroups = mkOption { 76 76 default = []; 77 77 + type = types.listOf types.str; 77 78 example = [ "users" ]; 78 79 description = "Defines extra groups to which the tomcat user belongs."; 79 80 };