From 6b2d074758e1ded5825dac63c361f677d94baeb1 Mon Sep 17 00:00:00 2001 From: zmrocze Date: Tue, 14 May 2024 17:52:47 +0200 Subject: [PATCH] Remove redundant postgres authentication --- modules/cardano-db-sync.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/cardano-db-sync.nix b/modules/cardano-db-sync.nix index d7c9312..912792d 100644 --- a/modules/cardano-db-sync.nix +++ b/modules/cardano-db-sync.nix @@ -93,11 +93,6 @@ in { ensureDBOwnership = true; } ]; - authentication = - # type database DBuser auth-method optional_ident_map - '' - local sameuser ${dbsync-cfg.postgres.database} peer - ''; }; warnings = if (dbsync-cfg.postgres.database != dbsync-cfg.postgres.user)