Your one-stop-cake-shop for everything Freshly Baked has to offer

feat(teal): add DDNS

We've still got our DDNS hosted on midnight, but we want to shut
midnight down... let's move it over to teal

+11
+11
packetmix/systems/teal/ddns.nix
··· 1 + # SPDX-FileCopyrightText: 2025 FreshlyBakedCake 2 + # 3 + # SPDX-License-Identifier: MIT 4 + 5 + { 6 + services.cloudflare-dyndns = { 7 + enable = true; 8 + domains = [ "a1.clicks.domains" ]; 9 + apiTokenFile = "/secrets/ddns/cloudflareAPIToken"; 10 + }; 11 + }