Some more type cleanup
This commit is contained in:
@@ -24,7 +24,7 @@ in {
|
||||
};
|
||||
|
||||
extraServerArgs = mkOption {
|
||||
type = types.listOf types.string;
|
||||
type = types.listOf types.str;
|
||||
default = [];
|
||||
example = [ "-v" "-P mta" ];
|
||||
description = ''
|
||||
|
||||
Reference in New Issue
Block a user