fix auth method name
This commit is contained in:
parent
b13781009b
commit
a04474f478
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@
|
||||||
services.postgresql = {
|
services.postgresql = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableTCPIP = true;
|
enableTCPIP = true;
|
||||||
authentication = "host all all fd0d:a262:1fa6:e621::/64 md5;";
|
authentication = "host all all fd0d:a262:1fa6:e621::/64 md5";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue