summaryrefslogtreecommitdiffstats
path: root/nixos/modules/virtualisation/docker.nix
diff options
context:
space:
mode:
authorJaka Hudoklin <jakahudoklin@gmail.com>2015-04-25 15:25:15 +0200
committerJaka Hudoklin <jakahudoklin@gmail.com>2015-04-25 15:25:15 +0200
commitd6660af8accdbd9ec5312e0c0f8dcd787f87acdc (patch)
tree1cebc24c838b5088c9eb7de93836049e327fd53d /nixos/modules/virtualisation/docker.nix
parent4e51a466bdfa260d15fbaafe52cdccf5280f13d1 (diff)
nixos/docker: set extraOptions to separatedString type
This change is needed if you want to pass extraOptions to docker in multiple nixos modules.
Diffstat (limited to 'nixos/modules/virtualisation/docker.nix')
-rw-r--r--nixos/modules/virtualisation/docker.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/virtualisation/docker.nix b/nixos/modules/virtualisation/docker.nix
index 5be76b2682f5..49170f2220bc 100644
--- a/nixos/modules/virtualisation/docker.nix
+++ b/nixos/modules/virtualisation/docker.nix
@@ -45,7 +45,7 @@ in
};
extraOptions =
mkOption {
- type = types.str;
+ type = types.separatedString " ";
default = "";
description =
''