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:
parent
4e51a466bd
commit
d6660af8ac
@ -45,7 +45,7 @@ in
|
|||||||
};
|
};
|
||||||
extraOptions =
|
extraOptions =
|
||||||
mkOption {
|
mkOption {
|
||||||
type = types.str;
|
type = types.separatedString " ";
|
||||||
default = "";
|
default = "";
|
||||||
description =
|
description =
|
||||||
''
|
''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user