droppie: add missing ddclient username
This commit is contained in:
parent
8a9d83ffb9
commit
2b3a1d827b
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
{ config, pkgs, lib, self, ... }:
|
||||
with lib;
|
||||
let
|
||||
psCfg = config.pub-solar;
|
||||
|
@ -45,6 +45,7 @@ in
|
|||
ipv6 = true;
|
||||
domains = [ "backup.b12f.io" ];
|
||||
server = "ddns.hosting.de";
|
||||
username = "b12f";
|
||||
use = "web, web=http://checkip6.spdyn.de/, web-skip=''";
|
||||
passwordFile = "/run/agenix/dyndns-droppie.key";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue