From 6f8dc8ecbeae8690a6e92a0a44916e6e17ba950f Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Tue, 18 Feb 2025 22:38:45 -0800 Subject: octodns-cloudflare works with config --- nix/modules/vars.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nix/modules/vars.nix') diff --git a/nix/modules/vars.nix b/nix/modules/vars.nix index 5d22584..6ee1cc0 100644 --- a/nix/modules/vars.nix +++ b/nix/modules/vars.nix @@ -24,7 +24,7 @@ remoteHost = lib.mkOption { type = lib.types.str; - default = "nullring.xyz"; + default = "ret2pop.net"; example = "example.com"; description = "Address to push to and pull from for website and git repos"; }; -- cgit