diff options
Diffstat (limited to 'nix-conf/machines/egalmoth')
-rw-r--r-- | nix-conf/machines/egalmoth/configuration.nix | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/nix-conf/machines/egalmoth/configuration.nix b/nix-conf/machines/egalmoth/configuration.nix index c300cfe..e47cd45 100644 --- a/nix-conf/machines/egalmoth/configuration.nix +++ b/nix-conf/machines/egalmoth/configuration.nix @@ -159,11 +159,7 @@ in ]; }; - services.locate = { - enable = true; - package = pkgs.plocate; - localuser = null; - }; + services.locate.enable = true; environment.systemPackages = with pkgs; [ acpi |