Fix the liquidsoap stuff

This commit is contained in:
Jimbo 2025-01-01 16:54:27 -05:00
parent bb5250fef5
commit bf138bcd93
4 changed files with 65 additions and 54 deletions

View file

@ -3,7 +3,7 @@
services.ddclient = {
enable = config.system.server.enable;
protocol = "cloudflare";
use = "web, web=https://ipinfo.io/ip";
usev4 = "web, web=https://ipinfo.io/ip";
zone = "${config.domains.p1}";
username = "token";
passwordFile = "${pkgs.writeText "cloudflareapikey" config.secrets.flareApiKey}";