far out test

This commit is contained in:
cnst
2024-07-13 06:45:01 +02:00
parent b7580af22a
commit 17ff4d452a
9 changed files with 263 additions and 32 deletions

View File

@@ -1,6 +1,7 @@
{pkgs, ...}: {
services.locate = {
enable = true;
locate = pkgs.plocate;
package = pkgs.plocate;
localuser = null;
};
}