summary refs log tree commit diff
path: root/nixos/modules/services/home-automation/evcc.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/home-automation/evcc.nix')
-rw-r--r--nixos/modules/services/home-automation/evcc.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/home-automation/evcc.nix b/nixos/modules/services/home-automation/evcc.nix
index efa2cf24431..d0ce3fb4a1c 100644
--- a/nixos/modules/services/home-automation/evcc.nix
+++ b/nixos/modules/services/home-automation/evcc.nix
@@ -50,7 +50,7 @@ in
       ];
       environment.HOME = "/var/lib/evcc";
       path = with pkgs; [
-        glibc # requires getent
+        getent
       ];
       serviceConfig = {
         ExecStart = "${package}/bin/evcc --config ${configFile} ${escapeShellArgs cfg.extraArgs}";