From 505af79a4ceaba6360108f0b9ca540a1af9cb189 Mon Sep 17 00:00:00 2001 From: Jeremy Fleischman Date: Sat, 25 Apr 2026 14:30:52 -0700 Subject: [PATCH] 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`. --- nixos/modules/tasks/filesystems.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nixos/modules/tasks/filesystems.nix b/nixos/modules/tasks/filesystems.nix index f84807613464..c2798d38ac02 100644 --- a/nixos/modules/tasks/filesystems.nix +++ b/nixos/modules/tasks/filesystems.nix @@ -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" ]`).