about summary refs log tree commit diff
path: root/nixos/modules/rename.nix
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2017-01-05 18:57:45 +0100
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2017-01-26 12:57:02 +0100
commitcc1ebd1db46e9d56feaf06b80ba88a632f8c5774 (patch)
treec4e754e05d0fb9bef4ef4fab2d08b7657c02fdc2 /nixos/modules/rename.nix
parent114e738e41aa88d63bb86d3c6bf8ff55729d4908 (diff)
locate: enhance mlocate support
Diffstat (limited to 'nixos/modules/rename.nix')
-rw-r--r--nixos/modules/rename.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/rename.nix b/nixos/modules/rename.nix
index 5b4ac07199d8e..4e7f62fc8f5c7 100644
--- a/nixos/modules/rename.nix
+++ b/nixos/modules/rename.nix
@@ -170,6 +170,7 @@ with lib;
 
     # locate
     (mkRenamedOptionModule [ "services" "locate" "period" ] [ "services" "locate" "interval" ])
+    (mkRemovedOptionModule [ "services" "locate" "includeStore" ] "Use services.locate.prunePaths" )
 
     # Options that are obsolete and have no replacement.
     (mkRemovedOptionModule [ "boot" "initrd" "luks" "enable" ] "")