about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/programs/fuse.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/fuse.nix b/nixos/modules/programs/fuse.nix
index d3b644024e00..c15896efbb51 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).
       '';
     };