about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2019-08-12 13:37:15 +0200
committerGitHub <noreply@github.com>2019-08-12 13:37:15 +0200
commit62f7711e29713c4dceeb00a956363ebdb01e20ec (patch)
tree0a8b59369c77b6ce45ef85dc5f60110b8f73650a /nixos
parent2473d902e633708f203eca222ad76261ced77623 (diff)
downloadnixlib-62f7711e29713c4dceeb00a956363ebdb01e20ec.tar
nixlib-62f7711e29713c4dceeb00a956363ebdb01e20ec.tar.gz
nixlib-62f7711e29713c4dceeb00a956363ebdb01e20ec.tar.bz2
nixlib-62f7711e29713c4dceeb00a956363ebdb01e20ec.tar.lz
nixlib-62f7711e29713c4dceeb00a956363ebdb01e20ec.tar.xz
nixlib-62f7711e29713c4dceeb00a956363ebdb01e20ec.tar.zst
nixlib-62f7711e29713c4dceeb00a956363ebdb01e20ec.zip
Fix the indentation
Co-Authored-By: Alexey Shmalko <rasen.dubi@gmail.com>
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).
       '';
     };