From 182ae57f53731be220075bc87aff4d47a35563b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Fri, 17 May 2019 00:49:27 +0200 Subject: Move databases configs to modules --- modules/private/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'modules/private/default.nix') diff --git a/modules/private/default.nix b/modules/private/default.nix index 394a85b..a7a23c2 100644 --- a/modules/private/default.nix +++ b/modules/private/default.nix @@ -3,4 +3,10 @@ httpdInte = import ../websites/httpd-service-builder.nix { httpdName = "Inte"; withUsers = false; }; httpdProd = import ../websites/httpd-service-builder.nix { httpdName = "Prod"; withUsers = false; }; httpdTools = import ../websites/httpd-service-builder.nix { httpdName = "Tools"; withUsers = true; }; + + databases = ./databases; + mariadb = ./databases/mariadb.nix; + openldap = ./databases/openldap; + postgresql = ./databases/postgresql.nix; + redis = ./databases/redis.nix; } -- cgit v1.2.3