summaryrefslogtreecommitdiffstats
path: root/nixos/modules
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
parente0e08a186dbec9ccaaace0c0b939e901c3893aa7 (diff)
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')
-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 411f5e05835e..426281c94129 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"