aboutsummaryrefslogtreecommitdiff
path: root/nixops/modules/websites/ftp/jerome.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-05-11 02:19:10 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-05-11 02:28:20 +0200
commitb7ee93fcdee2509cd4c0caec2c5c59ccff5bab2c (patch)
tree231d151cbf4f5d51e6ddac11a4355cacddc4b847 /nixops/modules/websites/ftp/jerome.nix
parentf826c67c0ff51c9724e8f54da6c9cbef78977858 (diff)
downloadNix-b7ee93fcdee2509cd4c0caec2c5c59ccff5bab2c.tar.gz
Nix-b7ee93fcdee2509cd4c0caec2c5c59ccff5bab2c.tar.zst
Nix-b7ee93fcdee2509cd4c0caec2c5c59ccff5bab2c.zip
Make goaccess a template
Diffstat (limited to 'nixops/modules/websites/ftp/jerome.nix')
-rw-r--r--nixops/modules/websites/ftp/jerome.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/nixops/modules/websites/ftp/jerome.nix b/nixops/modules/websites/ftp/jerome.nix
index 610de02..e04d640 100644
--- a/nixops/modules/websites/ftp/jerome.nix
+++ b/nixops/modules/websites/ftp/jerome.nix
@@ -18,10 +18,7 @@ in {
18 config = lib.mkIf cfg.production.enable { 18 config = lib.mkIf cfg.production.enable {
19 services.myWebsites.commons.stats.enable = true; 19 services.myWebsites.commons.stats.enable = true;
20 services.myWebsites.commons.stats.sites = [ 20 services.myWebsites.commons.stats.sites = [
21 { 21 { name = "naturaloutil.immae.eu"; }
22 name = "naturaloutil.immae.eu";
23 conf = ./jerome_goaccess.conf;
24 }
25 ]; 22 ];
26 23
27 security.acme.certs."ftp".extraDomains."naturaloutil.immae.eu" = null; 24 security.acme.certs."ftp".extraDomains."naturaloutil.immae.eu" = null;