nix-infra/config/hosts/hydra/default.nix

10 lines
108 B
Nix

{ ... }:
{
imports = [
./configuration.nix
./hydra.nix
./nix-serve.nix
./nginx.nix
];
}