X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=modules%2Fprivate%2Fdefault.nix;h=70d4b799c8a4329d6a88a99c50190ab840e22d41;hb=3f453c7d8f79dcf2fba94287ec286d55eceb99d1;hp=1d0f1a9fe2ee2e01ba73c0ae271f67a8684c6938;hpb=dded66995529a0419cc56778f4ebb4247c2ab765;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/modules/private/default.nix b/modules/private/default.nix index 1d0f1a9..70d4b79 100644 --- a/modules/private/default.nix +++ b/modules/private/default.nix @@ -13,6 +13,7 @@ set = { postgresqlReplication = ./databases/postgresql_replication.nix; mariadbReplication = ./databases/mariadb_replication.nix; redisReplication = ./databases/redis_replication.nix; + openldapReplication = ./databases/openldap_replication.nix; websites = ./websites; atenInte = ./websites/aten/integration.nix; @@ -46,6 +47,7 @@ set = { diasporaTool = ./websites/tools/diaspora; etherTool = ./websites/tools/ether; gitTool = ./websites/tools/git; + imTool = ./websites/tools/im; mastodonTool = ./websites/tools/mastodon; mgoblinTool = ./websites/tools/mgoblin; peertubeTool = ./websites/tools/peertube; @@ -63,9 +65,11 @@ set = { dns = ./dns.nix; ftp = ./ftp.nix; mpd = ./mpd.nix; + ejabberd = ./ejabberd; ssh = ./ssh; monitoring = ./monitoring; + environment = ./environment.nix; system = ./system.nix; }; in