The nix/modules directory was untracked, causing flake evaluation to fail when referencing ./nix/modules. This adds 9 service module definitions created during T024 NixOS packaging. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
12 lines
174 B
Nix
12 lines
174 B
Nix
{
|
|
imports = [
|
|
./chainfire.nix
|
|
./flaredb.nix
|
|
./iam.nix
|
|
./plasmavmc.nix
|
|
./novanet.nix
|
|
./flashdns.nix
|
|
./fiberlb.nix
|
|
./lightningstor.nix
|
|
];
|
|
}
|