diff options
| author | Jakub Stachurski <jakub@wilkuu.xyz> | 2026-06-29 19:17:08 +0200 |
|---|---|---|
| committer | Jakub Stachurski <jakub@wilkuu.xyz> | 2026-06-29 19:17:08 +0200 |
| commit | c4ac6a0b88ff83a90a3c957034b52bedbe4d5868 (patch) | |
| tree | 5122bdf38be616ad5359dad31a684f46ed0f1525 /services/ddns.nix | |
| parent | e7e8d7656c1eaef422a02aa4a4d84545a31d3ce5 (diff) | |
uuuuh
Diffstat (limited to 'services/ddns.nix')
| -rw-r--r-- | services/ddns.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/ddns.nix b/services/ddns.nix index 2a04a26..014b122 100644 --- a/services/ddns.nix +++ b/services/ddns.nix @@ -48,7 +48,7 @@ in ( lib.optional dcfg.doWildcard ({ provider = "desec"; - domains = "*.${name}"; + domain = "*.${name}"; token = config.sops.placeholder.${cfg.tokenSopsName}; ip_version = "ipv4"; }) |
