24 lines
464 B
YAML
24 lines
464 B
YAML
---
|
|
# Mission-Control — Windows 11 workstation with WSL2 Ubuntu
|
|
# Primary use: research, development, general-purpose workstation
|
|
node_type: workstation
|
|
has_gpu: false
|
|
|
|
# Basic packages for a dev workstation
|
|
extra_packages:
|
|
- curl
|
|
- git
|
|
- htop
|
|
- tmux
|
|
- jq
|
|
- vim
|
|
- python3-pip
|
|
- unzip
|
|
- wget
|
|
|
|
# No Ollama — WSL2 has no GPU passthrough by default
|
|
ollama_models: []
|
|
|
|
# Hermes auto-update offset (staggered after Neo=40)
|
|
hermes_update_offset: 50
|