From 24faa7cc26b66ab11064ebcfe902adc16a3961e6 Mon Sep 17 00:00:00 2001 From: Katherina Walshe-Grey Date: Sat, 8 Mar 2025 00:02:07 +0000 Subject: [PATCH] orm: add missing postgresql auth method --- hosts/orm/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/orm/default.nix b/hosts/orm/default.nix index 0c510a3..a6f95ad 100644 --- a/hosts/orm/default.nix +++ b/hosts/orm/default.nix @@ -50,6 +50,7 @@ # TODO: don't hardcode the IP addresses authentication = pkgs.lib.mkOverride 10 '' #type database DBuser auth-method + local all all trust # used by nixos for local monitoring host sameuser all 10.127.0.0/16 scram-sha-256 host sameuser all fd70:81ca:f8f::/48 scram-sha-256 '';