feat: add Hyperspace Pods NixOS module for P2P mesh AI cluster #31
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat/k3s-pod-cluster"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Add Hyperspace Pods NixOS module to pool GPU/CPU compute across multiple machines into a private P2P mesh AI cluster.
Changes
modules/nixos/services/hyperspace.nix— New NixOS module that fetches the Hyperspace CLI binary (v5.45.30), sets up systemd service, opens P2P firewall ports (libp2p 4001, chain 30301, API 8080), and configures AMD MI50 GPU passthrough via ROCmhosts/lazyworkhorse/configuration.nix— Enable Hyperspace with auto profile, port 8080, ai-worker userflake.nix— Register the new moduleWhy Hyperspace
Verification
Related
nixos-hyperspace-podsView command line instructions
Checkout
From your project repository, check out a new branch and test the changes.