* Use the relatime mount option by default. (This is the default

anyway in Linux 2.6.30.)

svn path=/nixos/branches/modular-nixos/; revision=16348
This commit is contained in:
Eelco Dolstra 2009-07-14 12:07:17 +00:00
parent c331fd106b
commit b84bab7873

View file

@ -80,7 +80,7 @@ let
};
options = mkOption {
default = "defaults";
default = "defaults,relatime";
example = "data=journal";
type = types.string;
merge = pkgs.lib.concatStringsSep ",";