fixing ddclient
This commit is contained in:
parent
36307fd401
commit
40dbdaeb3e
|
@ -13,7 +13,7 @@
|
|||
settings = { auto-optimise-store = true; };
|
||||
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
|
||||
};
|
||||
# nixpkgs.config.allowUnFree = true;
|
||||
nixpkgs.config.allowUnFree = true;
|
||||
# pkgs.config.allowUnfree = true;
|
||||
|
||||
system.autoUpgrade = {
|
||||
|
|
|
@ -212,7 +212,11 @@
|
|||
# use = "web, web=dynamicdns.park-your-domain.com/getip";
|
||||
server = "dynamicdns.park-your-domain.com";
|
||||
username = "cochrun.xyz";
|
||||
#extraConfig = ''
|
||||
verbose = true;
|
||||
extraConfig = ''
|
||||
wildcard=YES
|
||||
ipv6=no
|
||||
'';
|
||||
#use=web, web=dynamicdns.park-your-domain.com/getip
|
||||
#protocol=namecheap
|
||||
#server=dynamicdns.park-your-domain.com
|
||||
|
|
Loading…
Reference in a new issue