This commit is contained in:
Fabian Montero 2026-02-10 23:41:09 -06:00
commit 65aafef150
Signed by: fabian
GPG key ID: 8036F30EDBAC8447
2 changed files with 23 additions and 22 deletions

View file

@ -23,7 +23,7 @@ with lib.types; {
type = types.attrsOf (types.nullOr str);
description = "skins for mediawiki";
default = {};
example = ''{
example = '' {
citizen = "flakes.mediawikiSkinCitizen";
};'';
};
@ -42,7 +42,7 @@ with lib.types; {
type = types.attrsOf (types.nullOr types.path);
description = "some extensions are included and can enabled by passing null";
default = {};
example = ''{
example = '' {
VisualEditor = null;
CategoryTree = null;
CiteThisPage = null;

View file

@ -4,7 +4,8 @@
cfg,
doctrine,
...
}: with lib; {
}:
with lib; {
services = {
nginx = {
virtualHosts.${cfg.hostName} = {