enlever la variable debug
This commit is contained in:
parent
34ab26c22c
commit
08bcd00451
1 changed files with 1 additions and 5 deletions
|
@ -9,10 +9,7 @@ in
|
|||
];
|
||||
disabledModules = [ "services/web-apps/dokuwiki.nix" ];
|
||||
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||
services.nginx.virtualHosts."${hostname}".enableACME =
|
||||
if debug
|
||||
then false
|
||||
else true;
|
||||
services.nginx.virtualHosts."${hostname}".enableACME = true;
|
||||
services.dokuwiki.sites."${hostname}" = {
|
||||
enable = true;
|
||||
|
||||
|
@ -79,7 +76,6 @@ in
|
|||
owner = "giterlizzi";
|
||||
repo = "dokuwiki-template-bootstrap3";
|
||||
rev="v2020-07-29";
|
||||
#sha256="0cwi7hi59s8p4wfgday2kcj42i1v0hh3f96rnmm1qi6scbb002hi";
|
||||
sha256="05d6si1lci3a2pgd10iwpwrgl969y7gq4qsn5p1lbgxkraad17af";
|
||||
};
|
||||
logo = ./media/logo.png;
|
||||
|
|
Loading…
Reference in a new issue