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:
@@ -98,6 +98,7 @@ in {
|
||||
"ftpfs"
|
||||
"fuse"
|
||||
"fusectl"
|
||||
"fuse.sshfs"
|
||||
"gfs"
|
||||
"gfs2"
|
||||
"hostfs"
|
||||
|
||||
Reference in New Issue
Block a user