summary refs log tree commit diff
path: root/nixos/modules/misc/locate.nix
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-11-30 18:06:10 +0100
committerGitHub <noreply@github.com>2021-11-30 18:06:10 +0100
commit1841f5f81c9eeb862729f5e73e3c747a40d26a57 (patch)
tree43ab37f9558c1b7564a472951a458231bd244150 /nixos/modules/misc/locate.nix
parent22442ee654f65e811fd2216f3344e3f02b8ef64c (diff)
parent129c47ae88eadcc50e66357a621bab5c3f96bc26 (diff)
downloadnixpkgs-1841f5f81c9eeb862729f5e73e3c747a40d26a57.tar
nixpkgs-1841f5f81c9eeb862729f5e73e3c747a40d26a57.tar.gz
nixpkgs-1841f5f81c9eeb862729f5e73e3c747a40d26a57.tar.bz2
nixpkgs-1841f5f81c9eeb862729f5e73e3c747a40d26a57.tar.lz
nixpkgs-1841f5f81c9eeb862729f5e73e3c747a40d26a57.tar.xz
nixpkgs-1841f5f81c9eeb862729f5e73e3c747a40d26a57.tar.zst
nixpkgs-1841f5f81c9eeb862729f5e73e3c747a40d26a57.zip
Merge pull request #146336 from SuperSandro2000/locate-fs
Diffstat (limited to 'nixos/modules/misc/locate.nix')
-rw-r--r--nixos/modules/misc/locate.nix22
1 files changed, 18 insertions, 4 deletions
diff --git a/nixos/modules/misc/locate.nix b/nixos/modules/misc/locate.nix
index 3638bebed93..461a2aa5a94 100644
--- a/nixos/modules/misc/locate.nix
+++ b/nixos/modules/misc/locate.nix
@@ -84,12 +84,15 @@ in {
         "bdev"
         "binfmt"
         "binfmt_misc"
+        "ceph"
         "cgroup"
+        "cgroup2"
         "cifs"
         "coda"
         "configfs"
         "cramfs"
         "cpuset"
+        "curlftpfs"
         "debugfs"
         "devfs"
         "devpts"
@@ -101,6 +104,13 @@ in {
         "ftpfs"
         "fuse"
         "fusectl"
+        "fusesmb"
+        "fuse.ceph"
+        "fuse.glusterfs"
+        "fuse.gvfsd-fuse"
+        "fuse.mfs"
+        "fuse.rclone"
+        "fuse.rozofs"
         "fuse.sshfs"
         "gfs"
         "gfs2"
@@ -110,9 +120,15 @@ in {
         "iso9660"
         "jffs2"
         "lustre"
+        "lustre_lite"
         "misc"
+        "mfs"
         "mqueue"
         "ncpfs"
+        "nfs"
+        "NFS"
+        "nfs4"
+        "nfsd"
         "nnpfs"
         "ocfs"
         "ocfs2"
@@ -127,16 +143,14 @@ in {
         "smbfs"
         "sockfs"
         "spufs"
-        "nfs"
-        "NFS"
-        "nfs4"
-        "nfsd"
         "sshfs"
         "subfs"
         "supermount"
         "sysfs"
         "tmpfs"
+        "tracefs"
         "ubifs"
+        "udev"
         "udf"
         "usbfs"
         "vboxsf"