infra/services/default.nix
2024-07-05 16:10:31 +00:00

10 lines
93 B
Nix

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