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 228966f..49dc5f7 100644
--- a/nixops/modules/websites/default.nix
+++ b/nixops/modules/websites/default.nix
@@ -116,6 +116,7 @@ in
116 ./ftp/nassime.nix 116 ./ftp/nassime.nix
117 ./ftp/florian.nix 117 ./ftp/florian.nix
118 ./ftp/denisejerome.nix 118 ./ftp/denisejerome.nix
119 ./ftp/leila.nix
119 ./ftp/immae.nix 120 ./ftp/immae.nix
120 ./ftp/release.nix 121 ./ftp/release.nix
121 ./ftp/temp.nix 122 ./ftp/temp.nix
@@ -210,6 +211,7 @@ in
210 services.myWebsites.Jerome.production.enable = cfg.production.enable; 211 services.myWebsites.Jerome.production.enable = cfg.production.enable;
211 services.myWebsites.Nassime.production.enable = cfg.production.enable; 212 services.myWebsites.Nassime.production.enable = cfg.production.enable;
212 services.myWebsites.Florian.production.enable = cfg.production.enable; 213 services.myWebsites.Florian.production.enable = cfg.production.enable;
214 services.myWebsites.Leila.production.enable = cfg.production.enable;
213 services.myWebsites.DeniseJerome.production.enable = cfg.production.enable; 215 services.myWebsites.DeniseJerome.production.enable = cfg.production.enable;
214 services.myWebsites.Emilia.production.enable = cfg.production.enable; 216 services.myWebsites.Emilia.production.enable = cfg.production.enable;
215 services.myWebsites.Capitaines.production.enable = cfg.production.enable; 217 services.myWebsites.Capitaines.production.enable = cfg.production.enable;