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