From 40dbdaeb3ea42546e2fbf5bf7442e449d01507f1 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Sat, 22 Mar 2025 23:22:15 -0500 Subject: [PATCH] fixing ddclient --- modules/base.nix | 2 +- systems/dalinar/configuration.nix | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/modules/base.nix b/modules/base.nix index c4e1064..77bd87f 100644 --- a/modules/base.nix +++ b/modules/base.nix @@ -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 = { diff --git a/systems/dalinar/configuration.nix b/systems/dalinar/configuration.nix index 14fced1..09c79bf 100644 --- a/systems/dalinar/configuration.nix +++ b/systems/dalinar/configuration.nix @@ -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