aboutsummaryrefslogtreecommitdiff
path: root/nixops/modules/websites/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixops/modules/websites/default.nix')
-rw-r--r--nixops/modules/websites/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixops/modules/websites/default.nix b/nixops/modules/websites/default.nix
index 4d5ae23..9befdd1 100644
--- a/nixops/modules/websites/default.nix
+++ b/nixops/modules/websites/default.nix
@@ -91,6 +91,7 @@ in
91 ./piedsjaloux 91 ./piedsjaloux
92 ./connexionswing 92 ./connexionswing
93 ./tellesflorian 93 ./tellesflorian
94 ./ftp/jerome.nix
94 ./tools/db 95 ./tools/db
95 ./tools/tools 96 ./tools/tools
96 ./tools/dav 97 ./tools/dav
@@ -187,6 +188,7 @@ in
187 services.myWebsites.Aten.production.enable = cfg.production.enable; 188 services.myWebsites.Aten.production.enable = cfg.production.enable;
188 services.myWebsites.PiedsJaloux.production.enable = cfg.production.enable; 189 services.myWebsites.PiedsJaloux.production.enable = cfg.production.enable;
189 services.myWebsites.Connexionswing.production.enable = cfg.production.enable; 190 services.myWebsites.Connexionswing.production.enable = cfg.production.enable;
191 services.myWebsites.Jerome.production.enable = cfg.production.enable;
190 192
191 services.myWebsites.Chloe.integration.enable = cfg.integration.enable; 193 services.myWebsites.Chloe.integration.enable = cfg.integration.enable;
192 services.myWebsites.Ludivine.integration.enable = cfg.integration.enable; 194 services.myWebsites.Ludivine.integration.enable = cfg.integration.enable;