From b28f20f83d8bdb27abac975b2eb65c98564ebc97 Mon Sep 17 00:00:00 2001 From: Jarkko Toivanen Date: Tue, 2 May 2023 05:09:17 +0300 Subject: [PATCH] Cloudflare --- nixos/leena/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nixos/leena/configuration.nix b/nixos/leena/configuration.nix index 6643ba2..b1d8491 100644 --- a/nixos/leena/configuration.nix +++ b/nixos/leena/configuration.nix @@ -70,6 +70,11 @@ ]; services.openssh.enable = true; + services.cloudflare-dyndns = { + enable = true; + domains = [ "leena.jakest.us" ]; + apiTokenFile = "/home/jt/conf/cloudflare.token"; + }; networking.firewall.enable = true; # networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedUDPPorts = [ ... ];