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 =
|
||||
mkOption {
|
||||
type = types.str;
|
||||
type = types.separatedString " ";
|
||||
default = "";
|
||||
description =
|
||||
''
|
||||
|
Loading…
Reference in New Issue
Block a user