refactor(matrix.nix): remove unused PostgreSQL configuration
- Removed the commented-out and unused `postgresql` service configuration from `matrix.nix`.
This commit is contained in:
parent
3dc81c6c49
commit
2602da324e
@ -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} = {
|
||||
|
Loading…
Reference in New Issue
Block a user