From 7378d75d3fcb455ad91163e77caaa2bbd7429742 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Mon, 2 Feb 2026 23:59:35 +0900 Subject: [PATCH] base: add `lsof` to list of default installed packages --- base/programs.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/base/programs.nix b/base/programs.nix index c85460f..ea22195 100644 --- a/base/programs.nix +++ b/base/programs.nix @@ -19,6 +19,9 @@ # Check computer specs lshw + # Check who is keeping open files + lsof + # Scan for open ports with netstat net-tools