feat: add Hyperspace Pods NixOS module for P2P mesh AI cluster #31
Open
Hermes
wants to merge 3 commits from
feat/k3s-pod-cluster into master
pull from: feat/k3s-pod-cluster
merge into: gortium:master
gortium:master
gortium:fix/hoardingcow-nfs-mount-options
gortium:fix/remove-stale-copy
gortium:fix/hermes-entrypoint-simple
gortium:fix/hermes-s6-overlay-entrypoint-crash
gortium:fix/hermes-submodule-update
gortium:local_changes
gortium:fix/backup-compose-os-upgrade
gortium:uconsole-cm5-incremental
gortium:feat/remote-builders
gortium:hermes-backup-feat-uconsole
gortium:hermes-save-infra
gortium:feat/temp-16tb-btrbk
gortium:feat/home-manager
gortium:feat/fork-nixos-uconsole-cm5-fix
gortium:fix/uconsole-cm5-panel-timing
gortium:feat/hermes43-llamacpp
gortium:archive/uconsole-cm5-v3
gortium:feat/uconsole-cm5-v3
gortium:fix/backup-submodule-update
gortium:feat/worldmonitor
gortium:feat/ups-config
gortium:feat/rollback-sentinel-on-fresh-branch
gortium:fix/honcho-vector-dim-empty
gortium:feat/restrict-docker-blacklist
gortium:feat/restrict-docker-commands-for-ai-worker
gortium:fix/hermes-matrix-deps-venv-persist
gortium:fix/update-compose-submodule-matrix-bridge
gortium:feat/nix-deployment-v2
gortium:kvm-pr
gortium:feat/nixos-ci-workflow
gortium:kvm-pr-consolidate
gortium:feat/hermes-workspace-combined
gortium:feat/hyperspace-pods-module
gortium:feat/hermes-workspace
gortium:feat/hermes-workers
gortium:feat/add-paperclip-agent-orchestrator
gortium:hermes-backup-infra-test-sentinel-master
gortium:hermes-backup-master
gortium:hermes-save-infra-test-sentinel-2026-07-01
gortium:feat/syncthing-org-sync
gortium:fix/vpn-iptables-nft-v3
gortium:fix/vpn-iptables-nft-v2
gortium:fix/vpn-iptables-nft-upstream
gortium:feat/nixos-ci
gortium:feat/update-compose-submodule-custom-tools
gortium:feat/kvm-libvirt
gortium:fix/wg-easy-iptables-nft
gortium:feat/compose-submodule-v2
gortium:feat/hermes-fork-dockerfile
gortium:ai-worker-restricted-access
gortium:feat/wireguard-vpn
gortium:feature/server-hardening-clean
gortium:docs/merge-priority-order
gortium:feat/hermes-voice-gpu-support
gortium:feat/uconsole-cm5-v2
gortium:fix/matrix-bridge-v2
gortium:fix/backup-network-v2
gortium:feat/docker-add-qemu-cross-compilation
gortium:feat/docker-add-latex-stack
gortium:feat/docker-add-chromium-browser-deps
gortium:feat/docker-add-curl-poppler-imagemagick
gortium:feat/add-uconsole-host
gortium:home_manager
3 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| f4b666284a |
feat: add Hyperspace Pods NixOS module and enable on lazyworkhorse
Hyperspace Pods let multiple machines pool their GPUs into one private P2P mesh AI cluster. Models are split across all connected GPUs — e.g. two machines with 16GB VRAM each can run Qwen 3.5 32B together. Changes: - Add modules/nixos/services/hyperspace.nix — NixOS module that: * Fetches the Hyperspace CLI binary (v5.45.30) via fetchurl * Sets up systemd service for the agent * Opens firewall ports (libp2p 4001, chain 30301, API 8080) * Configures GPU passthrough for AMD MI50 (ROCm) - Register module in flake.nix for lazyworkhorse - Enable hyperspace service on lazyworkhorse (ai-worker user, port 8080) Usage after deployment: hyperspace pod create "tdnde-lab" # create pod hyperspace pod invite # share invite with cyt-pi curl http://localhost:8080/v1/chat/completions # OpenAI API See skill: nixos-hyperspace-pods |
|||
| 815ca3afa6 | chore: update compose submodule to traefik logging branch | |||
| e983775c04 |
docs: add merge priority order with security hardening as #1 priority
- Updated roadmap phase status (Phase 4 complete) - Added merge priority table with PR #28 (security) at top - Documented that security must merge before new services exposed - Added deployment command reference |