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`.
This commit is contained in:
Jeremy Fleischman
2026-04-26 09:43:39 -07:00
parent 5d7c257e33
commit 505af79a4c
+1 -2
View File
@@ -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" ]`).