diff --git a/hosts/architect/postgres.nix b/hosts/architect/postgres.nix index 0ebd896..9b1f35b 100644 --- a/hosts/architect/postgres.nix +++ b/hosts/architect/postgres.nix @@ -1,7 +1,7 @@ { pkgs, lib, ... }: { - postgresql = { + services.postgresql = { enable = true; package = lib.mkForce pkgs.postgresql; };