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

9 lines
218 B
Nix

{
system.ascensions.garage-layout.incantations = i: [
];
services.garage.layout.initial = {
prophet = { zone = "eu-central"; capacity = 1000; };
VEGAS = { zone = "eu-central"; capacity = 1000; };
};
}