* 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:
parent
c331fd106b
commit
b84bab7873
@ -80,7 +80,7 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
options = mkOption {
|
options = mkOption {
|
||||||
default = "defaults";
|
default = "defaults,relatime";
|
||||||
example = "data=journal";
|
example = "data=journal";
|
||||||
type = types.string;
|
type = types.string;
|
||||||
merge = pkgs.lib.concatStringsSep ",";
|
merge = pkgs.lib.concatStringsSep ",";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user