Fix the liquidsoap stuff
This commit is contained in:
parent
bb5250fef5
commit
bf138bcd93
4 changed files with 65 additions and 54 deletions
|
@ -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}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue