From f258edcb80a77412d633569fabf33f87d7c0dba3 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sun, 14 Jun 2009 11:07:44 +0000 Subject: [PATCH] * autocreate should be a boolean. svn path=/nixos/branches/modular-nixos/; revision=15956 --- modules/tasks/filesystems.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/tasks/filesystems.nix b/modules/tasks/filesystems.nix index f7e75d32700..b5262ec6107 100644 --- a/modules/tasks/filesystems.nix +++ b/modules/tasks/filesystems.nix @@ -90,8 +90,8 @@ let }; autocreate = mkOption { - default = "0"; - type = types.uniq types.string; + default = false; + type = types.bool; description = " Automatically create the mount point defined in .