infra/terraform/default.nix

9 lines
91 B
Nix

{
imports = [
./common.nix
./dnsimple.nix
./hydra.nix
./state.nix
];
}