]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - nixops/modules/websites/default.nix
Add capitaines mastodon pages
[perso/Immae/Config/Nix.git] / nixops / modules / websites / default.nix
index 4a6a26fae37dc2cd739fd59fbfe7fa78083c83fd..1093617273c90aa0157047dc98a8b6719b21f7aa 100644 (file)
@@ -91,6 +91,8 @@ in
     ./piedsjaloux
     ./connexionswing
     ./tellesflorian
+    ./emilia
+    ./capitaines
     ./ftp/jerome.nix
     ./ftp/nassime.nix
     ./ftp/florian.nix
@@ -195,6 +197,8 @@ in
     services.myWebsites.Nassime.production.enable = cfg.production.enable;
     services.myWebsites.Florian.production.enable = cfg.production.enable;
     services.myWebsites.DeniseJerome.production.enable = cfg.production.enable;
+    services.myWebsites.Emilia.production.enable = cfg.production.enable;
+    services.myWebsites.Capitaines.production.enable = cfg.production.enable;
 
     services.myWebsites.Chloe.integration.enable = cfg.integration.enable;
     services.myWebsites.Ludivine.integration.enable = cfg.integration.enable;