depot/cluster/catalog/default.nix

7 lines
60 B
Nix
Raw Normal View History

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