Unverified Commit 97a7f014 authored by Will Fancher's avatar Will Fancher Committed by GitHub
Browse files

nixos/filesystems: remove rotten default value comment for `fsType` (#513481)

parents 10bc3540 505af79a
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" ]`).