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"
This commit is contained in:
Scott Worley
2020-12-10 12:59:13 -08:00
committed by Chuck
parent e0e08a186d
commit 86f0dc221f
2 changed files with 42 additions and 0 deletions
+1
View File
@@ -98,6 +98,7 @@ in {
"ftpfs"
"fuse"
"fusectl"
"fuse.sshfs"
"gfs"
"gfs2"
"hostfs"