base: add lsof to list of default installed packages
All checks were successful
Build topology graph / evals (push) Successful in 4m1s
Eval nix flake / evals (push) Successful in 10m20s

This commit is contained in:
2026-02-02 23:59:35 +09:00
parent b712f3cda3
commit 304304185c

View File

@@ -19,6 +19,9 @@
# Check computer specs
lshw
# Check who is keeping open files
lsof
# Scan for open ports with netstat
net-tools