listen-ips should be a list of strings

This commit is contained in:
niten 2024-06-05 09:37:00 -07:00
parent 44cc8635e5
commit 6c0198e8ce
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ in {
};
listen-ips = mkOption {
type = str;
type = listOf str;
description = "Address on which to listen for requests.";
};