hackens-org: fix up dokuwiki

This commit is contained in:
Raito Bezarius 2021-12-14 19:33:04 +01:00
parent ccef5d48dd
commit 3812725108

View file

@ -1,14 +1,8 @@
{ pkgs, ... }:
{
services.dokuwiki.hackens = {
# TODO: move to hackens.org
services.dokuwiki.sites."hackens.ens.fr" = {
enable = true;
nginx = {
enableACME = true;
forceSSL = true;
};
# TODO: move to hackens.org
hostName = "hackens.ens.fr";
extraConfig = ''
$conf['title'] = 'hackEns';