depot/cluster/services/storage/garage-layout.nix

11 lines
273 B
Nix
Raw Normal View History

2023-08-28 03:32:08 +03:00
{
system.ascensions.garage-layout.incantations = i: [
];
2023-08-28 03:32:08 +03:00
services.garage.layout.initial = {
grail = { zone = "eu-central"; capacity = 1000; };
prophet = { zone = "eu-central"; capacity = 1000; };
VEGAS = { zone = "eu-central"; capacity = 1000; };
2023-08-28 03:32:08 +03:00
};
}