VEGAS/database: disable postgres

This commit is contained in:
Max Headroom 2022-08-10 01:02:24 +02:00
parent 2d9e5462a7
commit 5035bdaa09

View file

@ -1,7 +1,7 @@
{ lib, pkgs, ... }:
{
services.postgresql = {
enable = true;
enable = false;
enableTCPIP = true;
checkConfig = true;
package = pkgs.postgresql_12;