services.rustus.storage
Storages are used to actually store your files. You can configure where you want to store files.
- Type
submodule- Default
{ }- Example
{ type = "hybrid-s3" s3_access_key_file = konfig.age.secrets.R2_ACCESS_KEY.path; s3_secret_key_file = konfig.age.secrets.R2_SECRET_KEY.path; s3_bucket = "my_bucket"; s3_url = "https://s3.example.com"; }- Declared
- <nixpkgs/nixos/modules/services/web-servers/rustus.nix>