nixos/docker: set extraOptions to separatedString type

This change is needed if you want to pass extraOptions to docker in multiple
nixos modules.
This commit is contained in:
Jaka Hudoklin 2015-04-25 15:25:15 +02:00
parent 4e51a466bd
commit d6660af8ac

View file

@ -45,7 +45,7 @@ in
};
extraOptions =
mkOption {
type = types.str;
type = types.separatedString " ";
default = "";
description =
''