mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2025-06-27 05:01:53 +02:00
add trusted group
This commit is contained in:
parent
6fda3306ef
commit
9a78da2a3c
@ -138,6 +138,11 @@ in
|
|||||||
$wgCacheEpoch = 20231115172319;
|
$wgCacheEpoch = 20231115172319;
|
||||||
|
|
||||||
$wgPygmentizePath = "${pkgs.python3Packages.pygments}/bin/pygmentize";
|
$wgPygmentizePath = "${pkgs.python3Packages.pygments}/bin/pygmentize";
|
||||||
|
|
||||||
|
# Enable extra groups
|
||||||
|
## enable trusted group
|
||||||
|
$wgGroupPermissions['trusted'] = $wgGroupPermissions['user'];
|
||||||
|
$wgGroupPermissions['trusted']['delete'] = true;
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user