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

15 lines
359 B
Nix
Raw Normal View History

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