From eb76cf10b1439a739069f9587189575c148bb029 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Sat, 8 Jun 2024 01:44:29 +0200 Subject: [PATCH] Add locate --- system/services.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/system/services.nix b/system/services.nix index 1632f74..25a79a4 100644 --- a/system/services.nix +++ b/system/services.nix @@ -7,5 +7,11 @@ alsa.support32Bit = true; pulse.enable = true; }; + + locate = { + enable = true; + package = pkgs.plocate; + localuser = null; + }; }; }