X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=modules%2Fprivate%2Fdefault.nix;h=0ff5214a7d5061b28e3233daa02bd2261871460f;hb=a565d58b53473c40fcb8b6e1e16b83906a76fbdd;hp=21b98459367a47d7e7fc9b646d933b9a4d9b49e8;hpb=6c7d42fc4844bc4f9af72dab531be8377825296a;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/modules/private/default.nix b/modules/private/default.nix index 21b9845..0ff5214 100644 --- a/modules/private/default.nix +++ b/modules/private/default.nix @@ -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; @@ -31,6 +34,9 @@ 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; @@ -55,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; @@ -70,7 +82,12 @@ set = { teliotortayProd = ./websites/telio_tortay/production.nix; # 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; dbTool = ./websites/tools/db; @@ -81,11 +98,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; + statsTool = ./websites/tools/stats; # Games codenamesGame = ./websites/tools/games/codenames; + terraformingMarsGame = ./websites/tools/games/terraforming-mars; mail = ./mail; @@ -102,6 +122,7 @@ set = { ssh = ./ssh; monitoring = ./monitoring; status = ./monitoring/status.nix; + status_engine = ./monitoring/status_engine.nix; vpn = ./vpn; environment = ./environment.nix;