- Encrypted backups to B2 - Configurable retention (daily/weekly/monthly) - SOPS-managed credentials - Automatic pruning Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
13 lines
192 B
Nix
13 lines
192 B
Nix
# Module exports
|
|
{
|
|
imports = [
|
|
./system.nix
|
|
./podman.nix
|
|
./nginx.nix
|
|
./searxng.nix
|
|
./openclaw-podman.nix
|
|
./vaultwarden.nix
|
|
./crowdsec.nix
|
|
./backup.nix
|
|
];
|
|
}
|