From d0d4fab733a1deb8aa76965097940a7d546f6338 Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Tue, 26 Nov 2024 23:33:09 +0000 Subject: [PATCH] modules/debugMinimal: add tool smem --- nix/nixos-modules/debugMinimal.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/nixos-modules/debugMinimal.nix b/nix/nixos-modules/debugMinimal.nix index 8352b2c..d1b4441 100644 --- a/nix/nixos-modules/debugMinimal.nix +++ b/nix/nixos-modules/debugMinimal.nix @@ -29,6 +29,7 @@ in parallel psmisc pv + smem # RAM / swap usage per process wcurl ];