postgrey: more verbose default socket

This commit is contained in:
Gregor Kleen 2017-01-02 15:32:50 +01:00
parent 3c0d02c387
commit 82291bae49

View File

@ -52,7 +52,10 @@ in {
};
socket = mkOption {
type = socket;
default = { path = "/var/run/postgrey.sock"; };
default = {
path = "/var/run/postgrey.sock";
mode = "0777";
};
example = {
addr = "127.0.0.1";
port = 10030;