Remove unavailable crash analysis packages.

The crash and makedumpfile packages don't exist in nixpkgs.
Kdump will still capture crash dumps to /var/crash.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-12-12 07:29:15 +00:00
parent 58c851004d
commit a8b63e71c8

View File

@@ -50,7 +50,4 @@
environment.persistence.${config.custom.impermanence.persistPath}.directories = [ environment.persistence.${config.custom.impermanence.persistPath}.directories = [
"/var/crash" "/var/crash"
]; ];
# Crash analysis tools
environment.systemPackages = with pkgs; [ crash makedumpfile ];
} }