postgrey: more verbose default socket
This commit is contained in:
parent
3c0d02c387
commit
82291bae49
@ -52,7 +52,10 @@ in {
|
|||||||
};
|
};
|
||||||
socket = mkOption {
|
socket = mkOption {
|
||||||
type = socket;
|
type = socket;
|
||||||
default = { path = "/var/run/postgrey.sock"; };
|
default = {
|
||||||
|
path = "/var/run/postgrey.sock";
|
||||||
|
mode = "0777";
|
||||||
|
};
|
||||||
example = {
|
example = {
|
||||||
addr = "127.0.0.1";
|
addr = "127.0.0.1";
|
||||||
port = 10030;
|
port = 10030;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user