Update greatyamada config
This commit is contained in:
parent
5c4921895e
commit
97bf3bb177
22 changed files with 556 additions and 212 deletions
|
@ -1,10 +1,19 @@
|
|||
{ config, ... }: {
|
||||
services.inadyn = {
|
||||
enable = true;
|
||||
provider."cloudflare.com" = {
|
||||
settings.provider."cloudflare.com" = {
|
||||
hostname = [ "rcia.dev" "*.rcia.dev" ];
|
||||
username = "rcia.dev";
|
||||
password = "${config.sops.placeholder.cloudflare.api_key}";
|
||||
include = config.sops.templates."inadyn-password.conf".path;
|
||||
};
|
||||
};
|
||||
sops = {
|
||||
secrets."cloudflare/api_token" = { };
|
||||
templates."inadyn-password.conf" = {
|
||||
content = ''
|
||||
password = ${config.sops.placeholder."cloudflare/api_token"}
|
||||
'';
|
||||
owner = "inadyn";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue