Skip to content

garage

S3-compatible object store for small self-hosted geo-distributed deployments

Categories

Uncategorized

This module generates garage specific keys automatically. When using garage in a distributed deployment the rpc_key between connected instances must be shared. This is currently still a manual process.

Options: NixosModuleOptions Documentation: https://garagehq.deuxfleurs.fr/

Usage via Inventory

This module cannot be used via the inventory interface.

Usage via Nix

This module can be also imported directly in your nixos configuration. Although it is recommended to use the inventory interface if available.

Some modules are considered 'low-level' or 'expert modules' and are not available via the inventory interface.

{config, lib, inputs, ...}: {
    imports = [ inputs.clan-core.clanModules.garage ];
    # ...
}

** This module doesnt require any options to be set.**