aboutsummaryrefslogtreecommitdiff
path: root/nixops/modules/websites/ftp/immae.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixops/modules/websites/ftp/immae.nix')
-rw-r--r--nixops/modules/websites/ftp/immae.nix9
1 files changed, 1 insertions, 8 deletions
diff --git a/nixops/modules/websites/ftp/immae.nix b/nixops/modules/websites/ftp/immae.nix
index 2ecca1f..d4e6d39 100644
--- a/nixops/modules/websites/ftp/immae.nix
+++ b/nixops/modules/websites/ftp/immae.nix
@@ -10,15 +10,8 @@ in {
10 }; 10 };
11 }; 11 };
12 12
13 imports = [
14 ../commons/stats.nix
15 ];
16
17 config = lib.mkIf cfg.production.enable { 13 config = lib.mkIf cfg.production.enable {
18 services.myWebsites.commons.stats.enable = true; 14 services.webstats.sites = [ { name = "www.immae.eu"; } ];
19 services.myWebsites.commons.stats.sites = [
20 { name = "www.immae.eu"; }
21 ];
22 15
23 security.acme.certs."eldiron".extraDomains."www.immae.eu" = null; 16 security.acme.certs."eldiron".extraDomains."www.immae.eu" = null;
24 17