aboutsummaryrefslogtreecommitdiff
path: root/nixops/modules/websites/default.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-01-29 23:59:49 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-01-29 23:59:49 +0100
commit10bd8c08a3bbd9e0e5f5b25ffb278b8385083bd0 (patch)
tree7379735f1f073e6a8177ad855bb7bc59cc92657a /nixops/modules/websites/default.nix
parent9a35b8f94cc55ee429b36be1a5e7eb1f52934a34 (diff)
downloadNix-10bd8c08a3bbd9e0e5f5b25ffb278b8385083bd0.tar.gz
Nix-10bd8c08a3bbd9e0e5f5b25ffb278b8385083bd0.tar.zst
Nix-10bd8c08a3bbd9e0e5f5b25ffb278b8385083bd0.zip
Add capitaines mastodon pages
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 7bd1ac5..1093617 100644
--- a/nixops/modules/websites/default.nix
+++ b/nixops/modules/websites/default.nix
@@ -92,6 +92,7 @@ in
92 ./connexionswing 92 ./connexionswing
93 ./tellesflorian 93 ./tellesflorian
94 ./emilia 94 ./emilia
95 ./capitaines
95 ./ftp/jerome.nix 96 ./ftp/jerome.nix
96 ./ftp/nassime.nix 97 ./ftp/nassime.nix
97 ./ftp/florian.nix 98 ./ftp/florian.nix
@@ -197,6 +198,7 @@ in
197 services.myWebsites.Florian.production.enable = cfg.production.enable; 198 services.myWebsites.Florian.production.enable = cfg.production.enable;
198 services.myWebsites.DeniseJerome.production.enable = cfg.production.enable; 199 services.myWebsites.DeniseJerome.production.enable = cfg.production.enable;
199 services.myWebsites.Emilia.production.enable = cfg.production.enable; 200 services.myWebsites.Emilia.production.enable = cfg.production.enable;
201 services.myWebsites.Capitaines.production.enable = cfg.production.enable;
200 202
201 services.myWebsites.Chloe.integration.enable = cfg.integration.enable; 203 services.myWebsites.Chloe.integration.enable = cfg.integration.enable;
202 services.myWebsites.Ludivine.integration.enable = cfg.integration.enable; 204 services.myWebsites.Ludivine.integration.enable = cfg.integration.enable;