From 540a9f541f95952f86b91f7eaeae439743e02195 Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Tue, 13 Feb 2024 15:45:47 +0100 Subject: [PATCH] Update postgres access configuration --- nixos-configurations/shared-desktop.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos-configurations/shared-desktop.nix b/nixos-configurations/shared-desktop.nix index 7fc2761..ddcaef9 100644 --- a/nixos-configurations/shared-desktop.nix +++ b/nixos-configurations/shared-desktop.nix @@ -26,7 +26,7 @@ ensureDatabases = [ "dcbot" "todos" ]; authentication = lib.mkForce '' local all all trust - host all all ::1/128 trust + host all all 0.0.0.0/0 scram-sha-256 ''; }; }; @@ -107,7 +107,7 @@ backblaze-b2 localsend mullvad-browser - jetbrains.datagrip + spotify ]; }; };