diff --git a/nixos/modules/programs/fuse.nix b/nixos/modules/programs/fuse.nix index d3b644024e0..c15896efbb5 100644 --- a/nixos/modules/programs/fuse.nix +++ b/nixos/modules/programs/fuse.nix @@ -22,7 +22,7 @@ in { type = types.bool; default = false; description = '' - Allow non-root users to specify the allow_other or allow_root mount + Allow non-root users to specify the allow_other or allow_root mount options, see mount.fuse3(8). ''; };