Merge commit 'f057233bc5'
This commit is contained in:
commit
65aafef150
2 changed files with 23 additions and 22 deletions
|
|
@ -23,9 +23,9 @@ with lib.types; {
|
|||
type = types.attrsOf (types.nullOr str);
|
||||
description = "skins for mediawiki";
|
||||
default = {};
|
||||
example = ''{
|
||||
citizen = "flakes.mediawikiSkinCitizen";
|
||||
};'';
|
||||
example = '' {
|
||||
citizen = "flakes.mediawikiSkinCitizen";
|
||||
};'';
|
||||
};
|
||||
|
||||
extraConfig = lib.mkOption {
|
||||
|
|
@ -42,21 +42,21 @@ with lib.types; {
|
|||
type = types.attrsOf (types.nullOr types.path);
|
||||
description = "some extensions are included and can enabled by passing null";
|
||||
default = {};
|
||||
example = ''{
|
||||
VisualEditor = null;
|
||||
CategoryTree = null;
|
||||
CiteThisPage = null;
|
||||
Scribunto = null;
|
||||
Cite = null;
|
||||
CodeEditor = null;
|
||||
Math = null;
|
||||
MultimediaViewer = null;
|
||||
PdfHandler = null;
|
||||
Poem = null;
|
||||
SecureLinkFixer = null;
|
||||
WikiEditor = null;
|
||||
ParserFunctions = null;
|
||||
};'';
|
||||
example = '' {
|
||||
VisualEditor = null;
|
||||
CategoryTree = null;
|
||||
CiteThisPage = null;
|
||||
Scribunto = null;
|
||||
Cite = null;
|
||||
CodeEditor = null;
|
||||
Math = null;
|
||||
MultimediaViewer = null;
|
||||
PdfHandler = null;
|
||||
Poem = null;
|
||||
SecureLinkFixer = null;
|
||||
WikiEditor = null;
|
||||
ParserFunctions = null;
|
||||
};'';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,7 +4,8 @@
|
|||
cfg,
|
||||
doctrine,
|
||||
...
|
||||
}: with lib; {
|
||||
}:
|
||||
with lib; {
|
||||
services = {
|
||||
nginx = {
|
||||
virtualHosts.${cfg.hostName} = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue