fix auth method name

This commit is contained in:
Charlotte 🦝 Delenk 2022-01-15 21:46:08 +01:00
parent b13781009b
commit a04474f478
Signed by: darkkirb
GPG key ID: 015E3768A70AFBC5

View file

@ -2,6 +2,6 @@
services.postgresql = {
enable = true;
enableTCPIP = true;
authentication = "host all all fd0d:a262:1fa6:e621::/64 md5;";
authentication = "host all all fd0d:a262:1fa6:e621::/64 md5";
};
}