]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - modules/private/default.nix
Add cryptpad farm
[perso/Immae/Config/Nix.git] / modules / private / default.nix
index 2c8ae6c96b621d1889664e0bd8668546a4ad30cf..9f99ed9274520e5056a7858ca563e69d15e95948 100644 (file)
@@ -16,9 +16,12 @@ set = {
   openldapReplication = ./databases/openldap_replication.nix;
 
   websites = ./websites;
+  gemini = ./gemini;
 
 
   # Personal websites
+  bakeerCloud = ./websites/bakeer/cloud.nix;
+
   capitainesLandingPages = ./websites/capitaines/landing_pages.nix;
 
   chloeInte = ./websites/chloe/integration.nix;
@@ -32,6 +35,7 @@ set = {
   deniseDenisejeromeProd = ./websites/denise/denisejerome.nix;
   deniseEvariste = ./websites/denise/evariste.nix;
   deniseOMS = ./websites/denise/oms.nix;
+  deniseAventuriers = ./websites/denise/aventuriers.nix;
   deniseProduction = ./websites/denise/production.nix;
 
   emiliaMoodle = ./websites/emilia/moodle.nix;
@@ -57,14 +61,20 @@ set = {
 
   nassimeProd = ./websites/nassime/production.nix;
 
-  nathanaelVillon = ./websites/nathanael/villon.nix;
+  nathVillon = ./websites/nath/villon.nix;
 
   papaMaisonBbc = ./websites/papa/maison_bbc.nix;
   papaSurveillance = ./websites/papa/surveillance.nix;
 
+  patrickFodellaProd = ./websites/patrick_fodella/production.nix;
+
   piedsjalouxInte = ./websites/piedsjaloux/integration.nix;
   piedsjalouxProd = ./websites/piedsjaloux/production.nix;
 
+  ressourcerieBanonProd = ./websites/ressourcerie_banon/production.nix;
+  ressourcerieBanonCloud = ./websites/ressourcerie_banon/cloud.nix;
+  ressourcerieBanonCryptpad = ./websites/ressourcerie_banon/cryptpad.nix;
+
   richieProd = ./websites/richie/production.nix;
 
   sydenPeertube = ./websites/syden/peertube.nix;
@@ -74,6 +84,9 @@ set = {
   # Tools
   assetsTools = ./websites/tools/assets;
   cloudTool = ./websites/tools/cloud;
+  cloudFarmTool = ./websites/tools/cloud/farm.nix;
+  cryptpadTool = ./websites/tools/cryptpad;
+  cryptpadFarmTool = ./websites/tools/cryptpad/farm.nix;
   commentoTool = ./websites/tools/commento;
   davTool = ./websites/tools/dav;
   vpnTool = ./websites/tools/vpn;
@@ -91,6 +104,7 @@ set = {
 
   # Games
   codenamesGame = ./websites/tools/games/codenames;
+  terraformingMarsGame = ./websites/tools/games/terraforming-mars;
 
   mail = ./mail;