refactor(matrix.nix): remove unused PostgreSQL configuration

- Removed the commented-out and unused `postgresql` service configuration from `matrix.nix`.
This commit is contained in:
Giulio De Pasquale 2024-11-17 20:29:37 +00:00
parent 3dc81c6c49
commit 2602da324e

View File

@ -38,15 +38,6 @@ in
};
};
postgresql = {
enable = true;
package = pkgs.postgresql;
# ensureUsers = [{
# name = db_name;
# ensurePermissions = { "DATABASE \"${db_name}\"" = "ALL PRIVILEGES"; };
# }];
};
nginx.virtualHosts = {
# server
${domain} = {