Add 'plocate' to 'astyanax' host

main
Hektor Misplon 2025-11-15 21:04:21 +01:00
parent 8c91d2a47c
commit fcda5c511e
1 changed files with 6 additions and 1 deletions

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;
};
} }