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 7bd1ac5..1093617 100644
--- a/nixops/modules/websites/default.nix
+++ b/nixops/modules/websites/default.nix
@@ -92,6 +92,7 @@ in
92 ./connexionswing 92 ./connexionswing
93 ./tellesflorian 93 ./tellesflorian
94 ./emilia 94 ./emilia
95 ./capitaines
95 ./ftp/jerome.nix 96 ./ftp/jerome.nix
96 ./ftp/nassime.nix 97 ./ftp/nassime.nix
97 ./ftp/florian.nix 98 ./ftp/florian.nix
@@ -197,6 +198,7 @@ in
197 services.myWebsites.Florian.production.enable = cfg.production.enable; 198 services.myWebsites.Florian.production.enable = cfg.production.enable;
198 services.myWebsites.DeniseJerome.production.enable = cfg.production.enable; 199 services.myWebsites.DeniseJerome.production.enable = cfg.production.enable;
199 services.myWebsites.Emilia.production.enable = cfg.production.enable; 200 services.myWebsites.Emilia.production.enable = cfg.production.enable;
201 services.myWebsites.Capitaines.production.enable = cfg.production.enable;
200 202
201 services.myWebsites.Chloe.integration.enable = cfg.integration.enable; 203 services.myWebsites.Chloe.integration.enable = cfg.integration.enable;
202 services.myWebsites.Ludivine.integration.enable = cfg.integration.enable; 204 services.myWebsites.Ludivine.integration.enable = cfg.integration.enable;