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 9befdd1..c439b8d 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 ./ftp/jerome.nix 94 ./ftp/jerome.nix
95 ./ftp/nassime.nix
95 ./tools/db 96 ./tools/db
96 ./tools/tools 97 ./tools/tools
97 ./tools/dav 98 ./tools/dav
@@ -189,6 +190,7 @@ in
189 services.myWebsites.PiedsJaloux.production.enable = cfg.production.enable; 190 services.myWebsites.PiedsJaloux.production.enable = cfg.production.enable;
190 services.myWebsites.Connexionswing.production.enable = cfg.production.enable; 191 services.myWebsites.Connexionswing.production.enable = cfg.production.enable;
191 services.myWebsites.Jerome.production.enable = cfg.production.enable; 192 services.myWebsites.Jerome.production.enable = cfg.production.enable;
193 services.myWebsites.Nassime.production.enable = cfg.production.enable;
192 194
193 services.myWebsites.Chloe.integration.enable = cfg.integration.enable; 195 services.myWebsites.Chloe.integration.enable = cfg.integration.enable;
194 services.myWebsites.Ludivine.integration.enable = cfg.integration.enable; 196 services.myWebsites.Ludivine.integration.enable = cfg.integration.enable;