nixos/autosuspend: add iputils Ping check dependency

Add missing `iputils` dependency for the Ping check.
This commit is contained in:
Anthony Roussel
2026-02-16 00:10:01 +01:00
parent 33befa88a1
commit 7521b2779b
@@ -37,6 +37,7 @@ let
# Dependencies needed by specific checks
dependenciesForChecks = {
"Ping" = [ pkgs.iputils ];
"Smb" = pkgs.samba;
"XIdleTime" = [
pkgs.xprintidle