Files
mw-pfeddersheim-workstation/docs/tech/manual-overrides.md
T
ja 5a1ae7b0e2 docs(tech): add hardware inventory and document LLM model migration
- Created docs/tech/hardware-inventory.md with full system specs
- Documented LLM model move to /home/mw/models in manual-overrides.md
2026-04-02 09:38:02 +02:00

26 lines
901 B
Markdown

---
description: >-
Documentation of manual system changes that are not managed by Ansible, as
required by the project constitution.
tags:
- manual-overrides
- infrastructure
- configuration
last_updated: '2026-03-09'
---
# Manual System Overrides
This document tracks all persistent system changes implemented manually that are not (yet) managed via Ansible roles.
## Principles
1. **Ansible First**: Always prefer automation over manual overrides.
2. **Document Everything**: Any manual change MUST be recorded here with rationale.
3. **Migrate to Code**: Periodically review this list to identify candidates for Ansible migration.
## Active Overrides
| Date | Change | Rationale | Ansible Status |
|------|--------|-----------|----------------|
| 2026-04-02 | Moved LLM models to `/home/mw/models/` (SATA SSD) with symlinks | Free root NVMe space (93%→87%, +25G freed) | Not yet |