Use inadyn instead of ddclient
This commit is contained in:
parent
f5e9e140fe
commit
25ddde2a9b
4 changed files with 12 additions and 17 deletions
10
hosts/greatyamada/services/inadyn.nix
Normal file
10
hosts/greatyamada/services/inadyn.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ config, ... }: {
|
||||
services.inadyn = {
|
||||
enable = true;
|
||||
provider."cloudflare.com" = {
|
||||
hostname = [ "rcia.dev" "*.rcia.dev" ];
|
||||
username = "rcia.dev";
|
||||
password = "${config.sops.placeholder.cloudflare.api_key}";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue