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 3b3ccc2..4a6a26f 100644
--- a/nixops/modules/websites/default.nix
+++ b/nixops/modules/websites/default.nix
@@ -94,6 +94,7 @@ in
94 ./ftp/jerome.nix 94 ./ftp/jerome.nix
95 ./ftp/nassime.nix 95 ./ftp/nassime.nix
96 ./ftp/florian.nix 96 ./ftp/florian.nix
97 ./ftp/denisejerome.nix
97 ./tools/db 98 ./tools/db
98 ./tools/tools 99 ./tools/tools
99 ./tools/dav 100 ./tools/dav
@@ -193,6 +194,7 @@ in
193 services.myWebsites.Jerome.production.enable = cfg.production.enable; 194 services.myWebsites.Jerome.production.enable = cfg.production.enable;
194 services.myWebsites.Nassime.production.enable = cfg.production.enable; 195 services.myWebsites.Nassime.production.enable = cfg.production.enable;
195 services.myWebsites.Florian.production.enable = cfg.production.enable; 196 services.myWebsites.Florian.production.enable = cfg.production.enable;
197 services.myWebsites.DeniseJerome.production.enable = cfg.production.enable;
196 198
197 services.myWebsites.Chloe.integration.enable = cfg.integration.enable; 199 services.myWebsites.Chloe.integration.enable = cfg.integration.enable;
198 services.myWebsites.Ludivine.integration.enable = cfg.integration.enable; 200 services.myWebsites.Ludivine.integration.enable = cfg.integration.enable;