From ef4bd15026b83f487cf064e7b7ce098cc8aca375 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Thu, 12 Feb 2026 17:37:56 -0800 Subject: fix vps, maddy, everything works --- nix/update-dns.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 nix/update-dns.sh (limited to 'nix/update-dns.sh') diff --git a/nix/update-dns.sh b/nix/update-dns.sh new file mode 100644 index 0000000..d3b0819 --- /dev/null +++ b/nix/update-dns.sh @@ -0,0 +1,3 @@ +#!/bin/sh +export CLOUDFLARE_TOKEN="$(cat /run/user/1000/secrets/cloudflare-dns | tr -d '\n')" +poetry run octodns-sync --config-file result --doit -- cgit v1.3