mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2025-08-11 16:14:15 +02:00
fix page option
This commit is contained in:
@ -34,12 +34,14 @@ in
|
||||
passwordSender = "wiki@wiki.nixos.org";
|
||||
noReplyAddress = "wiki-no-reply@wiki.nixos.org";
|
||||
pages = {
|
||||
pageConfig = {
|
||||
"common.css.wiki" = {
|
||||
title = "Common.css";
|
||||
namespace = "MediaWiki";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
services.cloud-init.enable = lib.mkForce false;
|
||||
|
||||
|
Reference in New Issue
Block a user