Update postgres access configuration

This commit is contained in:
thiloho
2024-02-13 15:45:47 +01:00
parent 42018a0519
commit 540a9f541f

View File

@@ -26,7 +26,7 @@
ensureDatabases = [ "dcbot" "todos" ]; ensureDatabases = [ "dcbot" "todos" ];
authentication = lib.mkForce '' authentication = lib.mkForce ''
local all all trust 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 backblaze-b2
localsend localsend
mullvad-browser mullvad-browser
jetbrains.datagrip spotify
]; ];
}; };
}; };