Add 'plocate' to 'astyanax' host

This commit is contained in:
2025-11-15 21:04:21 +01:00
parent 8c91d2a47c
commit fcda5c511e

View File

@@ -1,4 +1,4 @@
{ ... }: { pkgs, ... }:
{ {
system.stateVersion = "25.05"; system.stateVersion = "25.05";
@@ -48,4 +48,9 @@
enable = true; enable = true;
openDefaultPorts = true; openDefaultPorts = true;
}; };
services.locate = {
enable = true;
package = pkgs.plocate;
};
} }