Files
pinpox d3d56e83e7 clanServices/garage: fix deprecated test name
- fix test name to new format
- regenerate vars via update-vars
2025-10-19 14:50:05 +02:00
..

Garage is an open-source, S3-compatible distributed object storage service for self-hosting.

This module provisions a single-instance S3 bucket. To customize its behavior, set services.garage.settings in your Nix configuration.

Example configuration:

instances = {
    garage = {
        roles.default.machines."server" = {};
    };
};