add cloudflare r2 bucket for cache
This commit is contained in:
parent
f89b3dd3b9
commit
a4304400f8
4 changed files with 23 additions and 4 deletions
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue