]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - nixops/modules/websites/default.nix
Add Immae's website
[perso/Immae/Config/Nix.git] / nixops / modules / websites / default.nix
index 3b3ccc2506415cef23eba34e264302ceb149b336..4c9c7fe5ee5993ab7c0da650333c45cf769d3303 100644 (file)
@@ -91,9 +91,13 @@ in
     ./piedsjaloux
     ./connexionswing
     ./tellesflorian
+    ./emilia
+    ./capitaines
     ./ftp/jerome.nix
     ./ftp/nassime.nix
     ./ftp/florian.nix
+    ./ftp/denisejerome.nix
+    ./ftp/immae.nix
     ./tools/db
     ./tools/tools
     ./tools/dav
@@ -193,6 +197,10 @@ in
     services.myWebsites.Jerome.production.enable = cfg.production.enable;
     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.Immae.production.enable = cfg.production.enable;
 
     services.myWebsites.Chloe.integration.enable = cfg.integration.enable;
     services.myWebsites.Ludivine.integration.enable = cfg.integration.enable;