mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2025-12-09 20:17:14 +01:00
bicep/postgres: Enable unix socket auth
This commit is contained in:
@@ -11,6 +11,7 @@ in
|
||||
dataDir = "/data/postgresql";
|
||||
|
||||
authentication = ''
|
||||
local all all md5
|
||||
host all all 129.241.210.128/25 md5
|
||||
host all all 2001:700:300:1900::/64 md5
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user