depot/cluster/catalog/default.nix

7 lines
60 B
Nix
Raw Normal View History

2024-07-05 23:49:32 +03:00
{
2024-07-07 01:57:59 +03:00
imports = [
./services.nix
./secrets.nix
2024-07-07 01:57:59 +03:00
];
2024-07-05 23:49:32 +03:00
}