From b7ee93fcdee2509cd4c0caec2c5c59ccff5bab2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sat, 11 May 2019 02:19:10 +0200 Subject: Make goaccess a template --- nixops/modules/websites/chloe/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'nixops/modules/websites/chloe/default.nix') diff --git a/nixops/modules/websites/chloe/default.nix b/nixops/modules/websites/chloe/default.nix index 0ea9213..8980077 100644 --- a/nixops/modules/websites/chloe/default.nix +++ b/nixops/modules/websites/chloe/default.nix @@ -28,10 +28,7 @@ in { secrets.keys = chloe_prod.keys; services.myWebsites.commons.stats.enable = true; services.myWebsites.commons.stats.sites = [ - { - name = "osteopathe-cc.fr"; - conf = ./goaccess.conf; - } + { name = "osteopathe-cc.fr"; } ]; security.acme.certs."chloe" = config.services.myCertificates.certConfig // { -- cgit v1.2.3