From 7521b2779bc0891cc7ebf95ce2ee80499777c538 Mon Sep 17 00:00:00 2001 From: Anthony Roussel Date: Sun, 15 Feb 2026 22:35:15 +0100 Subject: [PATCH] nixos/autosuspend: add iputils Ping check dependency Add missing `iputils` dependency for the Ping check. --- nixos/modules/services/misc/autosuspend.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/services/misc/autosuspend.nix b/nixos/modules/services/misc/autosuspend.nix index 3ca2794892b8..c5e61ad57bbf 100644 --- a/nixos/modules/services/misc/autosuspend.nix +++ b/nixos/modules/services/misc/autosuspend.nix @@ -37,6 +37,7 @@ let # Dependencies needed by specific checks dependenciesForChecks = { + "Ping" = [ pkgs.iputils ]; "Smb" = pkgs.samba; "XIdleTime" = [ pkgs.xprintidle