Unverified Commit 505af79a authored by Jeremy Fleischman's avatar Jeremy Fleischman
Browse files

nixos/filesystems: remove rotten default value comment for `fsType`

As of
http://github.com/nixos/nixpkgs/commit/f8ed5f30c0d34714c4e82b221e083a83c0e5f0f5,
there is no longer a default value for `fsType`.
parent 5d7c257e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -357,8 +357,7 @@ in
        entry in the list is an attribute set with the following fields:
        `mountPoint`, `device`,
        `fsType` (a file system type recognised by
        {command}`mount`; defaults to
        `"auto"`), and `options`
        {command}`mount`), and `options`
        (the mount options passed to {command}`mount` using the
        {option}`-o` flag; defaults to `[ "defaults" ]`).