hackens-org: fix up dokuwiki
This commit is contained in:
parent
ccef5d48dd
commit
3812725108
1 changed files with 2 additions and 8 deletions
|
@ -1,14 +1,8 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
services.dokuwiki.hackens = {
|
# TODO: move to hackens.org
|
||||||
|
services.dokuwiki.sites."hackens.ens.fr" = {
|
||||||
enable = true;
|
enable = true;
|
||||||
nginx = {
|
|
||||||
enableACME = true;
|
|
||||||
forceSSL = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
# TODO: move to hackens.org
|
|
||||||
hostName = "hackens.ens.fr";
|
|
||||||
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
$conf['title'] = 'hackEns';
|
$conf['title'] = 'hackEns';
|
||||||
|
|
Loading…
Reference in a new issue