diff --git a/hosts/astyanax/configuration.nix b/hosts/astyanax/configuration.nix index e2fbb23..ce0b8fb 100644 --- a/hosts/astyanax/configuration.nix +++ b/hosts/astyanax/configuration.nix @@ -1,4 +1,4 @@ -{ ... }: +{ pkgs, ... }: { system.stateVersion = "25.05"; @@ -48,4 +48,9 @@ enable = true; openDefaultPorts = true; }; + + services.locate = { + enable = true; + package = pkgs.plocate; + }; }