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