added cloudflare-dyndns to update-dns

This commit is contained in:
2024-07-05 13:34:06 -06:00
parent 5d00de2886
commit 522dd0ffcb
3 changed files with 23 additions and 6 deletions

View File

@@ -81,6 +81,11 @@ in {
default = "servidos.lat";
description = "The domain name.";
};
domainSecret = lib.mkOption {
type = lib.types.str;
default = "wedsgk5ac2qcaf9yb.click";
description = "The domain name.";
};
miniserver-ip = lib.mkOption {
type = lib.types.str;
default = "192.168.1.100";