VEGAS/database: disable postgres
This commit is contained in:
parent
2d9e5462a7
commit
5035bdaa09
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{ lib, pkgs, ... }:
|
||||
{
|
||||
services.postgresql = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
enableTCPIP = true;
|
||||
checkConfig = true;
|
||||
package = pkgs.postgresql_12;
|
||||
|
|
Loading…
Reference in a new issue