infra/services/default.nix
2024-07-05 14:30:49 +03:00

10 lines
93 B
Nix

{
imports = [
./hydra
./postgres
./netbox
./gerrit
./monitoring
];
}