Rename ddns -> ddclient
This commit is contained in:
parent
cd03afb425
commit
927832bebb
1 changed files with 0 additions and 0 deletions
11
hosts/greatyamada/services/ddclient.nix
Normal file
11
hosts/greatyamada/services/ddclient.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ ... }: {
|
||||
services.ddclient = {
|
||||
enable = true;
|
||||
interval = "5min";
|
||||
quiet = true;
|
||||
protocol = "cloudflare";
|
||||
zone = "rcia.dev";
|
||||
passwordFile = "/run/secrets/cloudflare_api_token";
|
||||
domains = [ "@" "*" ];"
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue