aboutsummaryrefslogtreecommitdiff
path: root/nixops/modules/websites/default.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-01-29 23:42:06 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-01-29 23:42:06 +0100
commit9a35b8f94cc55ee429b36be1a5e7eb1f52934a34 (patch)
tree09dd68195979d41e0162ef482d1a4198547c5e4e /nixops/modules/websites/default.nix
parentdc9fb82633b0354630476c2547dafd8ff1bfb3f1 (diff)
downloadNix-9a35b8f94cc55ee429b36be1a5e7eb1f52934a34.tar.gz
Nix-9a35b8f94cc55ee429b36be1a5e7eb1f52934a34.tar.zst
Nix-9a35b8f94cc55ee429b36be1a5e7eb1f52934a34.zip
Move Émilia's website
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;