From 304304185cba3351ecfff10f54b2f6785597ae6f 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