- netboot-base.nix with SSH key auth - Launch scripts for node01/02/03 - Node configuration.nix and disko.nix - Nix modules for first-boot automation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
16 lines
269 B
Nix
16 lines
269 B
Nix
{
|
|
imports = [
|
|
./chainfire.nix
|
|
./flaredb.nix
|
|
./iam.nix
|
|
./plasmavmc.nix
|
|
./novanet.nix
|
|
./flashdns.nix
|
|
./fiberlb.nix
|
|
./lightningstor.nix
|
|
./k8shost.nix
|
|
./metricstor.nix
|
|
./observability.nix
|
|
./first-boot-automation.nix
|
|
];
|
|
}
|