diff --git a/hosts/hainich/services/lantifa.nix b/hosts/hainich/services/lantifa.nix index 5468b38..7be53b8 100644 --- a/hosts/hainich/services/lantifa.nix +++ b/hosts/hainich/services/lantifa.nix @@ -28,7 +28,7 @@ in { in '' require_once('${wikidb}/WikiDB.php'); $wgExtraNamespaces = array( 100 => "Table", 101 => "Table_Talk",); - $wgWikiDBNamespaces = 100; + $wgWikiDBNamespaces = array( 100 => true ); $wgGroupPermissions['user']['writeapi'] = true; $wgDefaultUserOptions['visualeditor-enable'] = 1; '';