summary refs log tree commit diff
path: root/nixos/modules/misc
diff options
context:
space:
mode:
authorScott Worley <scottworley@scottworley.com>2020-11-22 21:57:00 -0800
committerChuck <chuck@intelligence.org>2020-12-10 12:59:13 -0800
commit86f0dc221f7a0291e87d3b311393a018a92cfbda (patch)
treebb167ceed0a6513de90f5ece9e1ec9c5ff84bdf8 /nixos/modules/misc
parente0e08a186dbec9ccaaace0c0b939e901c3893aa7 (diff)
downloadnixpkgs-86f0dc221f7a0291e87d3b311393a018a92cfbda.tar
nixpkgs-86f0dc221f7a0291e87d3b311393a018a92cfbda.tar.gz
nixpkgs-86f0dc221f7a0291e87d3b311393a018a92cfbda.tar.bz2
nixpkgs-86f0dc221f7a0291e87d3b311393a018a92cfbda.tar.lz
nixpkgs-86f0dc221f7a0291e87d3b311393a018a92cfbda.tar.xz
nixpkgs-86f0dc221f7a0291e87d3b311393a018a92cfbda.tar.zst
nixpkgs-86f0dc221f7a0291e87d3b311393a018a92cfbda.zip
nixos/locate: Exclude fuse.sshfs
The "fuse" and "sshfs" entries already present are not keeping this find
invocation out of sshfs mounts, which present as fstype "fuse.sshfs"
Diffstat (limited to 'nixos/modules/misc')
-rw-r--r--nixos/modules/misc/locate.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/misc/locate.nix b/nixos/modules/misc/locate.nix
index 411f5e05835..426281c9412 100644
--- a/nixos/modules/misc/locate.nix
+++ b/nixos/modules/misc/locate.nix
@@ -98,6 +98,7 @@ in {
         "ftpfs"
         "fuse"
         "fusectl"
+        "fuse.sshfs"
         "gfs"
         "gfs2"
         "hostfs"