aboutsummaryrefslogtreecommitdiff
path: root/nixops/modules/websites/default.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-01-30 09:54:43 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-01-30 09:54:43 +0100
commitf759f52e50c1099724c0a172cbebfdcb0823a25f (patch)
treed98254a9b43bcdddc33eae7a089dcd73803b23d7 /nixops/modules/websites/default.nix
parent10bd8c08a3bbd9e0e5f5b25ffb278b8385083bd0 (diff)
downloadNix-f759f52e50c1099724c0a172cbebfdcb0823a25f.tar.gz
Nix-f759f52e50c1099724c0a172cbebfdcb0823a25f.tar.zst
Nix-f759f52e50c1099724c0a172cbebfdcb0823a25f.zip
Add Immae's website
Fixes https://git.immae.eu/mantisbt/view.php?id=76
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 1093617..4c9c7fe 100644
--- a/nixops/modules/websites/default.nix
+++ b/nixops/modules/websites/default.nix
@@ -97,6 +97,7 @@ in
97 ./ftp/nassime.nix 97 ./ftp/nassime.nix
98 ./ftp/florian.nix 98 ./ftp/florian.nix
99 ./ftp/denisejerome.nix 99 ./ftp/denisejerome.nix
100 ./ftp/immae.nix
100 ./tools/db 101 ./tools/db
101 ./tools/tools 102 ./tools/tools
102 ./tools/dav 103 ./tools/dav
@@ -199,6 +200,7 @@ in
199 services.myWebsites.DeniseJerome.production.enable = cfg.production.enable; 200 services.myWebsites.DeniseJerome.production.enable = cfg.production.enable;
200 services.myWebsites.Emilia.production.enable = cfg.production.enable; 201 services.myWebsites.Emilia.production.enable = cfg.production.enable;
201 services.myWebsites.Capitaines.production.enable = cfg.production.enable; 202 services.myWebsites.Capitaines.production.enable = cfg.production.enable;
203 services.myWebsites.Immae.production.enable = cfg.production.enable;
202 204
203 services.myWebsites.Chloe.integration.enable = cfg.integration.enable; 205 services.myWebsites.Chloe.integration.enable = cfg.integration.enable;
204 services.myWebsites.Ludivine.integration.enable = cfg.integration.enable; 206 services.myWebsites.Ludivine.integration.enable = cfg.integration.enable;