summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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