Unverified Commit caa27c14 authored by catcraft's avatar catcraft Committed by GitHub
Browse files

nixos/ddclient: remove 'password=' from secretsFile placeholder

Removes the 'password=' prefix on the secretsFile placeholder added in #468051, because it prevents adding protocol-specific secrets without specifying an unnecessary password option.
parent 86c234c1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ let
      else if (cfg.passwordFile != null) then
        "password=@password_placeholder@"
      else if (cfg.secretsFile != null) then
        "password=@secrets_placeholder@"
        "@secrets_placeholder@"
      else
        ""
    }