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)