2023-08-28 03:32:08 +03:00
|
|
|
{
|
|
|
|
system.ascensions.garage-layout = {
|
|
|
|
distributed = true;
|
|
|
|
requiredBy = [ "garage.service" ];
|
|
|
|
after = [ "garage.service" "garage-layout-init.service" ];
|
2023-11-02 20:13:34 +02:00
|
|
|
incantations = i: [
|
|
|
|
];
|
2023-08-28 03:32:08 +03:00
|
|
|
};
|
|
|
|
|
2023-09-03 22:21:31 +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
|
|
|
};
|
|
|
|
}
|