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