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

6 lines
151 B
Nix
Raw Normal View History

2024-03-14 06:04:40 -05:00
{ inputs, outputs, config, ... }: {
# Cloudflare dynamic dns to keep my DNS records pointed at home
services.cloudflare-dyndns.enable = true;
}