listen-ips should be a list of strings
This commit is contained in:
parent
44cc8635e5
commit
6c0198e8ce
|
@ -43,7 +43,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
listen-ips = mkOption {
|
listen-ips = mkOption {
|
||||||
type = str;
|
type = listOf str;
|
||||||
description = "Address on which to listen for requests.";
|
description = "Address on which to listen for requests.";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue