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.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixops/modules/websites/default.nix b/nixops/modules/websites/default.nix
index c439b8d..3b3ccc2 100644
--- a/nixops/modules/websites/default.nix
+++ b/nixops/modules/websites/default.nix
@@ -93,6 +93,7 @@ in
93 ./tellesflorian 93 ./tellesflorian
94 ./ftp/jerome.nix 94 ./ftp/jerome.nix
95 ./ftp/nassime.nix 95 ./ftp/nassime.nix
96 ./ftp/florian.nix
96 ./tools/db 97 ./tools/db
97 ./tools/tools 98 ./tools/tools
98 ./tools/dav 99 ./tools/dav
@@ -191,6 +192,7 @@ in
191 services.myWebsites.Connexionswing.production.enable = cfg.production.enable; 192 services.myWebsites.Connexionswing.production.enable = cfg.production.enable;
192 services.myWebsites.Jerome.production.enable = cfg.production.enable; 193 services.myWebsites.Jerome.production.enable = cfg.production.enable;
193 services.myWebsites.Nassime.production.enable = cfg.production.enable; 194 services.myWebsites.Nassime.production.enable = cfg.production.enable;
195 services.myWebsites.Florian.production.enable = cfg.production.enable;
194 196
195 services.myWebsites.Chloe.integration.enable = cfg.integration.enable; 197 services.myWebsites.Chloe.integration.enable = cfg.integration.enable;
196 services.myWebsites.Ludivine.integration.enable = cfg.integration.enable; 198 services.myWebsites.Ludivine.integration.enable = cfg.integration.enable;
@@ -198,6 +200,7 @@ in
198 services.myWebsites.PiedsJaloux.integration.enable = cfg.integration.enable; 200 services.myWebsites.PiedsJaloux.integration.enable = cfg.integration.enable;
199 services.myWebsites.Connexionswing.integration.enable = cfg.integration.enable; 201 services.myWebsites.Connexionswing.integration.enable = cfg.integration.enable;
200 services.myWebsites.TellesFlorian.integration.enable = true; 202 services.myWebsites.TellesFlorian.integration.enable = true;
203 services.myWebsites.Florian.integration.enable = true;
201 204
202 services.myWebsites.apacheConfig = { 205 services.myWebsites.apacheConfig = {
203 gzip = { 206 gzip = {