summary refs log tree commit diff
path: root/nixos
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
parent4e51a466bdfa260d15fbaafe52cdccf5280f13d1 (diff)
downloadnixpkgs-d6660af8accdbd9ec5312e0c0f8dcd787f87acdc.tar
nixpkgs-d6660af8accdbd9ec5312e0c0f8dcd787f87acdc.tar.gz
nixpkgs-d6660af8accdbd9ec5312e0c0f8dcd787f87acdc.tar.bz2
nixpkgs-d6660af8accdbd9ec5312e0c0f8dcd787f87acdc.tar.lz
nixpkgs-d6660af8accdbd9ec5312e0c0f8dcd787f87acdc.tar.xz
nixpkgs-d6660af8accdbd9ec5312e0c0f8dcd787f87acdc.tar.zst
nixpkgs-d6660af8accdbd9ec5312e0c0f8dcd787f87acdc.zip
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')
-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 5be76b2682f..49170f2220b 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 =
           ''