docs: hardware support guide + product backlog
All checks were successful
Check / eval (push) Successful in 3m10s

Add docs/HARDWARE.md (layers, install path, firmware/fingerprint/NVIDIA
deep dives, unsupported machines, contributing a DMI line). Link from
README and MIGRATION; queue firmware UI, doctor checks, detect-hw CLI,
and related PROPOSED items in BACKLOG.
This commit is contained in:
Bernardo Magri
2026-07-09 09:04:27 +01:00
parent d09c978b9b
commit 896b41faa3
4 changed files with 482 additions and 2 deletions

View File

@@ -117,6 +117,8 @@ cp /etc/nixos/hosts/TuringMachine/hardware-configuration.nix ./hardware-configur
# Optional nixos-hardware profile(s) for your model. For an AMD laptop:
# hardwareProfile = [ "common-cpu-amd-pstate" "common-gpu-amd" "common-pc-laptop-ssd" ];
# Names: https://github.com/NixOS/nixos-hardware (verify before use)
# Full hardware story (firmware, fingerprint, unsupported machines):
# docs/HARDWARE.md in the Nomarchy repo
};
}
```