Files
mw-pfeddersheim-workstation/docs/tech/manual-overrides.md
T
ja d9392447f9 doxify: inject DOX framework into AGENTS.md and update system config docs
- Inject all 10 DOX sections into root AGENTS.md (Core Contract, Read Before
  Editing, Update After Editing, Hierarchy, Child Doc Shape, Style, Closeout,
  User Preferences, Child DOX Index)
- Update ADR 0002: linux612->linux618, 575xx->580xx NVIDIA migration
- Update setup.md: kernel/driver refs to current linux618 + 580xx
- Update stack.md, hardware-inventory.md: NVIDIA note 595.71->580xx
- Update manual-overrides.md: add br_vm_internal bridge deletion entry
- Update workstation-health.md: add Recent Cleanup section
- Update README.md: current software versions, expand roles list
- Add docs/neovim-cheatsheet.md
- Bump last_updated to 2026-06-17 on all modified docs
2026-06-17 14:13:34 +02:00

1.2 KiB

description, tags, last_updated
description tags last_updated
Documentation of manual system changes that are not managed by Ansible, as required by the project constitution.
manual-overrides
infrastructure
configuration
2026-06-17

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-06-17 Discovered and deleted br_vm_internal bridge (10.10.2.0/24) Externally-created bridge, no NM config file, no VMs attached. Origin unknown — likely ad-hoc nmcli con add or manual brctl session (Jun 10). Traffic-shaping qdisc (htb) suggests prior VM network isolation attempt. Deleted via nmcli con delete + ip link delete. N/A (removed)
2026-04-02 Moved LLM models to /home/mw/models/ (SATA SSD) with symlinks Free root NVMe space (93%→87%, +25G freed) Not yet