security.pam.mount.fuseMountOptions

NixOS option

Global mount options that apply to every FUSE volume. You can define volume-specific options in the volume definitions.

type: list of string
Default
[ ]
Example
[ "nodev" "nosuid" "force-user=%(USER)" "gid=%(USERGID)" "perms=0700" "chmod-deny" "chown-deny" "chgrp-deny" ]
declared in: nixos/modules/security/pam_mount.nixView source on NixOS/nixpkgs →