Initial scaffold: README, .gitignore, dir skeleton
Project: NixOS live USB that boots a Windows workstation into a headless "AI mode" with Ollama + CUDA + MinIO-backed model sync. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
commit
a29c6d8808
2 changed files with 31 additions and 0 deletions
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Nix build outputs
|
||||
result
|
||||
result-*
|
||||
|
||||
# Baked-in secrets / host-specific files copied at build time
|
||||
keys/
|
||||
|
||||
# Editor noise
|
||||
.direnv/
|
||||
.vscode/
|
||||
*.swp
|
||||
.DS_Store
|
||||
|
||||
# Do not commit the AI-CONFIG contents
|
||||
AI-CONFIG/
|
||||
minio.env
|
||||
15
README.md
Normal file
15
README.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# ai-kraken
|
||||
|
||||
NixOS-based live USB that boots a Windows workstation (RTX 3080 Ti, 128GB RAM) into a
|
||||
headless "AI mode" with Ollama, CUDA, and on-demand model sync from a LAN MinIO.
|
||||
Windows install remains untouched.
|
||||
|
||||
## Status
|
||||
|
||||
Design phase. See `docs/specs/` for the current design document.
|
||||
|
||||
## Quick links
|
||||
|
||||
- Design doc: `docs/specs/2026-04-19-nixos-ai-live-usb-design.md` (pending)
|
||||
- Implementation plan: `docs/plans/` (pending)
|
||||
- Wiki: long-form notes, runbook, MinIO bucket layout conventions
|
||||
Loading…
Reference in a new issue