summaryrefslogtreecommitdiff
path: root/config/postgresql.nix
diff options
context:
space:
mode:
Diffstat (limited to 'config/postgresql.nix')
-rw-r--r--config/postgresql.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/postgresql.nix b/config/postgresql.nix
index 9799b0e..40f00f0 100644
--- a/config/postgresql.nix
+++ b/config/postgresql.nix
@@ -1,5 +1,4 @@
{ config, lib, pkgs, ... }:
{
services.postgresql.enable = true;
- services.postgresql.package = pkgs.postgresql_11;
}