Switch to cloudflare-dyndns

This commit is contained in:
Jimbo 2025-02-25 03:08:11 -05:00
parent 984b12819e
commit 752b79a5c7
11 changed files with 16 additions and 23 deletions

View file

@ -0,0 +1,7 @@
{ config, ... }:
{
services.cloudflare-dyndns = {
enable = config.system.server.enable;
apiTokenFile = "${pkgs.writeText "cloudflareapikey" config.secrets.flareApiKey}";
};
}