Skip to content

Commit

Permalink
modules (dyndns): Configure dyndns for more domains
Browse files Browse the repository at this point in the history
Adds dyndns for the production collabora service as well as NextCloud and
collabora test environments.
  • Loading branch information
britter committed Oct 4, 2024
1 parent ad2501c commit d325416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nixos/dyndns/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ in {
DYNDNS_SERVER_USERNAME=${config.sops.placeholder."dyndns/server-username"}
DYNDNS_SERVER_PASSWORD=${config.sops.placeholder."dyndns/server-password"}
CLOUDFLARE_API_TOKEN=${config.sops.placeholder.dyndns-cloudflare-api-token}
CLOUDFLARE_ZONES_IPV4=nextcloud.ritter.family
CLOUDFLARE_ZONES_IPV4=nextcloud.ritter.family,collabora.ritter.family,nextcloud-test.ritter.family,collabora-test.ritter.family
'';
};
services.fritzbox-cloudflare-dyndns = {
Expand Down

0 comments on commit d325416

Please sign in to comment.