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 1093617..4c9c7fe 100644
--- a/nixops/modules/websites/default.nix
+++ b/nixops/modules/websites/default.nix
@@ -97,6 +97,7 @@ in
97 ./ftp/nassime.nix 97 ./ftp/nassime.nix
98 ./ftp/florian.nix 98 ./ftp/florian.nix
99 ./ftp/denisejerome.nix 99 ./ftp/denisejerome.nix
100 ./ftp/immae.nix
100 ./tools/db 101 ./tools/db
101 ./tools/tools 102 ./tools/tools
102 ./tools/dav 103 ./tools/dav
@@ -199,6 +200,7 @@ in
199 services.myWebsites.DeniseJerome.production.enable = cfg.production.enable; 200 services.myWebsites.DeniseJerome.production.enable = cfg.production.enable;
200 services.myWebsites.Emilia.production.enable = cfg.production.enable; 201 services.myWebsites.Emilia.production.enable = cfg.production.enable;
201 services.myWebsites.Capitaines.production.enable = cfg.production.enable; 202 services.myWebsites.Capitaines.production.enable = cfg.production.enable;
203 services.myWebsites.Immae.production.enable = cfg.production.enable;
202 204
203 services.myWebsites.Chloe.integration.enable = cfg.integration.enable; 205 services.myWebsites.Chloe.integration.enable = cfg.integration.enable;
204 services.myWebsites.Ludivine.integration.enable = cfg.integration.enable; 206 services.myWebsites.Ludivine.integration.enable = cfg.integration.enable;