diff options
author | EuAndreh <eu@euandre.org> | 2019-05-02 20:24:11 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-05-02 20:24:11 -0300 |
commit | 2d103af16b9e907c8390f054a85ab785eea9bfbd (patch) | |
tree | 485ec495fd10127c28e04979e7407a7296f45b75 /nixos | |
parent | video-feed.sh. (diff) | |
download | dotfiles-2d103af16b9e907c8390f054a85ab785eea9bfbd.tar.gz dotfiles-2d103af16b9e907c8390f054a85ab785eea9bfbd.tar.xz |
Disable PostgreSQL service.
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/configuration.nix | 2 |
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! |