mirror of https://gitlab.crans.org/nounous/nixos
fix nginx & add visual editor
parent
aae190c5cc
commit
035b6780ff
|
@ -17,10 +17,15 @@
|
||||||
{
|
{
|
||||||
ip = "127.0.0.1";
|
ip = "127.0.0.1";
|
||||||
port = 8080;
|
port = 8080;
|
||||||
|
ssl = false;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nginx.hostName = "mediakiwi.crans.org";
|
||||||
|
|
||||||
|
webserver = "nginx";
|
||||||
|
|
||||||
passwordFile = config.age.secrets.mediawiki-admin-passwd.path;
|
passwordFile = config.age.secrets.mediawiki-admin-passwd.path;
|
||||||
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
@ -44,5 +49,10 @@
|
||||||
sha256 = "sha256-XtjYMBK2pINwbAzAKFJ+nWxcFXQd2E/Gqf3x+3Pa8VE=";
|
sha256 = "sha256-XtjYMBK2pINwbAzAKFJ+nWxcFXQd2E/Gqf3x+3Pa8VE=";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
extensions = {
|
||||||
|
# activate visual editor
|
||||||
|
VisualEditor = null;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue