Merge pull request #7558 from offlinehacker/nixos/docker/typefix
nixos/docker: set extraOptions to separatedString type
This commit is contained in:
commit
4fd0f2cf4d
@ -45,7 +45,7 @@ in
|
|||||||
};
|
};
|
||||||
extraOptions =
|
extraOptions =
|
||||||
mkOption {
|
mkOption {
|
||||||
type = types.str;
|
type = types.separatedString " ";
|
||||||
default = "";
|
default = "";
|
||||||
description =
|
description =
|
||||||
''
|
''
|
||||||
|
Loading…
Reference in New Issue
Block a user