summaryrefslogtreecommitdiff
path: root/odin.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-11-12 10:27:18 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2018-11-12 10:27:18 +0100
commit12023dd50bdfe5de0f214aa8f9aa636bbe9b9a29 (patch)
treeb190798984ae062241157297ea089edc9facd042 /odin.nix
parent82b2eb46ae6fa44538fb5b15bf158117bb1613d6 (diff)
downloadnixos-12023dd50bdfe5de0f214aa8f9aa636bbe9b9a29.tar
nixos-12023dd50bdfe5de0f214aa8f9aa636bbe9b9a29.tar.gz
nixos-12023dd50bdfe5de0f214aa8f9aa636bbe9b9a29.tar.bz2
nixos-12023dd50bdfe5de0f214aa8f9aa636bbe9b9a29.tar.xz
nixos-12023dd50bdfe5de0f214aa8f9aa636bbe9b9a29.zip
bump pgsql
Diffstat (limited to 'odin.nix')
-rw-r--r--odin.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/odin.nix b/odin.nix
index fbb6a385..0bd4cded 100644
--- a/odin.nix
+++ b/odin.nix
@@ -456,7 +456,7 @@
456 456
457 services.postgresql = { 457 services.postgresql = {
458 enable = true; 458 enable = true;
459 package = with pkgs; postgresql100; 459 package = with pkgs; postgresql_11;
460 enableTCPIP = true; 460 enableTCPIP = true;
461 authentication = lib.mkForce '' 461 authentication = lib.mkForce ''
462 local all all peer 462 local all all peer