]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - modules/private/default.nix
Add a first gemini capsule
[perso/Immae/Config/Nix.git] / modules / private / default.nix
index dbb8361203e64db40de703c3e5b9a9c42792249a..8542e209c9c4f1ca592a012760ae0d7ddc431bc9 100644 (file)
@@ -16,19 +16,27 @@ 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;
   chloeProd = ./websites/chloe/production.nix;
 
+  cipcaSympa = ./websites/cip-ca/sympa.nix;
+
   connexionswingInte = ./websites/connexionswing/integration.nix;
   connexionswingProd = ./websites/connexionswing/production.nix;
 
   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;
 
@@ -53,9 +61,13 @@ set = {
 
   nassimeProd = ./websites/nassime/production.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;
 
@@ -66,7 +78,9 @@ set = {
   teliotortayProd = ./websites/telio_tortay/production.nix;
 
   # Tools
+  assetsTools = ./websites/tools/assets;
   cloudTool = ./websites/tools/cloud;
+  commentoTool = ./websites/tools/commento;
   davTool = ./websites/tools/dav;
   vpnTool = ./websites/tools/vpn;
   dbTool = ./websites/tools/db;
@@ -77,9 +91,14 @@ set = {
   mastodonTool = ./websites/tools/mastodon;
   mgoblinTool = ./websites/tools/mgoblin;
   peertubeTool = ./websites/tools/peertube;
+  performanceTool = ./websites/tools/performance;
   toolsTool = ./websites/tools/tools;
   mailTool = ./websites/tools/mail;
 
+  # Games
+  codenamesGame = ./websites/tools/games/codenames;
+  terraformingMarsGame = ./websites/tools/games/terraforming-mars;
+
   mail = ./mail;
 
   buildbot = ./buildbot;
@@ -95,6 +114,7 @@ set = {
   ssh = ./ssh;
   monitoring = ./monitoring;
   status = ./monitoring/status.nix;
+  status_engine = ./monitoring/status_engine.nix;
   vpn = ./vpn;
 
   environment = ./environment.nix;