add cloudflare r2 bucket for cache

This commit is contained in:
TheWanderingCrow 2025-02-09 09:48:07 -05:00
parent f89b3dd3b9
commit a4304400f8
4 changed files with 23 additions and 4 deletions

View file

@ -45,4 +45,12 @@ lib.mkIf config.user.crow.enable {
sops.secrets."digitalocean/token" = {
owner = config.users.users.crow.name;
};
##############
# Cloudflare #
##############
sops.secrets."cloudflare/token" = {
owner = config.users.users.crow.name;
};
}