fix(postgres.nix): update configuration path to use services.postgresql
- Changed the configuration path from `postgresql` to `services.postgresql` for consistency and correctness.
This commit is contained in:
parent
2dc8e1b1a3
commit
9f01055530
@ -1,7 +1,7 @@
|
|||||||
{ pkgs, lib, ... }:
|
{ pkgs, lib, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
postgresql = {
|
services.postgresql = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = lib.mkForce pkgs.postgresql;
|
package = lib.mkForce pkgs.postgresql;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user