Skip to content

Commit

Permalink
modules (dyndns): Fix server bind value
Browse files Browse the repository at this point in the history
  • Loading branch information
britter committed Oct 2, 2024
1 parent b8a75f1 commit 394cf28
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 @@ -18,7 +18,7 @@ in {
sops.templates."fritzbox-cloudflare-dyndns.env" = {
owner = "fritzbox-cloudflare-dyndns";
content = ''
DYNDNS_SERVER_BIND=8080
DYNDNS_SERVER_BIND=:8080
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}
Expand Down

0 comments on commit 394cf28

Please sign in to comment.