What problem does it solve?
This skill clarifies and coordinates the architecture, deployment workflows, and tooling for a unified multi-host NixOS repository, enabling consistent configurations, predictable deployments, and faster iteration across hosts.
Core Features & Use Cases
- Unified multi-host flake architecture: central inputs and outputs with standardized host creation.
- Host-level customization: makeNixosSystem usage, overlays, and Home Manager integration for each host (p620, razer, p510, samsung).
- Deployment & testing workflows: Justfile, nix tooling, and automated validation patterns to ensure reliable rollouts.
- Use Case: A user adds a new host template and verifies the configuration across all hosts with a single workflow.
Quick Start
Install and explore the repository, then run the Just-based validation and deployment commands on a local or target host:
- just check-syntax
- just validate
- just deploy