aboutsummaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-05-02 20:24:11 -0300
committerEuAndreh <eu@euandre.org>2019-05-02 20:24:11 -0300
commit2d103af16b9e907c8390f054a85ab785eea9bfbd (patch)
tree485ec495fd10127c28e04979e7407a7296f45b75 /nixos
parentvideo-feed.sh. (diff)
downloaddotfiles-2d103af16b9e907c8390f054a85ab785eea9bfbd.tar.gz
dotfiles-2d103af16b9e907c8390f054a85ab785eea9bfbd.tar.xz
Disable PostgreSQL service.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/configuration.nix b/nixos/configuration.nix
index 08f8a38..8b50140 100644
--- a/nixos/configuration.nix
+++ b/nixos/configuration.nix
@@ -395,7 +395,7 @@ in
# Taken from:
# https://unix.stackexchange.com/questions/378711/how-do-i-configure-postgress-authorization-settings-in-nixos
postgresql = {
- enable = true;
+ enable = false;
package = pkgs.postgresql;
authentication = pkgs.lib.mkForce ''
# Generated file; do not edit!