listen-ips should be a list of strings
This commit is contained in:
+1
-1
@@ -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.";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user