infra/terraform/default.nix

10 lines
107 B
Nix

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