mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2025-06-27 05:01:53 +02:00
commit
4aa2b70408
@ -138,6 +138,11 @@ in
|
||||
$wgCacheEpoch = 20231115172319;
|
||||
|
||||
$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