This repository has been archived on 2024-07-08. You can view files and clone it, but cannot push or open issues or pull requests.
nix-config-tn/nixos/hosts/common/optional/cloudflare-ddns.nix
2024-03-14 22:04:40 +11:00

6 lines
No EOL
151 B
Nix

{ inputs, outputs, config, ... }: {
# Cloudflare dynamic dns to keep my DNS records pointed at home
services.cloudflare-dyndns.enable = true;
}