Unverified Commit 7521b277 authored by Anthony Roussel's avatar Anthony Roussel
Browse files

nixos/autosuspend: add iputils Ping check dependency

Add missing `iputils` dependency for the Ping check.
parent 33befa88
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@ let

  # Dependencies needed by specific checks
  dependenciesForChecks = {
    "Ping" = [ pkgs.iputils ];
    "Smb" = pkgs.samba;
    "XIdleTime" = [
      pkgs.xprintidle