From 45def142a589de05e12495f36266246736a9e3df Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 2 Jun 2019 01:26:36 -0300 Subject: Remove PostgreSQL configuration --- nixos/configuration.nix | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'nixos') diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 2990a33..3157b57 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -381,20 +381,6 @@ in { pcscd.enable = true; # required by yubioath - # Taken from: - # https://unix.stackexchange.com/questions/378711/how-do-i-configure-postgress-authorization-settings-in-nixos - postgresql = { - enable = false; - package = pkgs.postgresql; - authentication = pkgs.lib.mkForce '' - # Generated file; do not edit! - # TYPE DATABASE USER ADDRESS METHOD - local all all trust - host all all 127.0.0.1/32 trust - host all all ::1/128 trust - ''; - }; - # https://nixos.org/nixos/options.html#ipfs ipfs = { enable = false; -- cgit v1.2.3