From 705236a26ff7a22af9776ffa6bfc992447ed251d Mon Sep 17 00:00:00 2001 From: osbm Date: Sat, 29 Mar 2025 16:51:17 +0300 Subject: [PATCH] enable cloudflare dynamic dns on the pochita --- hosts/pochita/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/pochita/configuration.nix b/hosts/pochita/configuration.nix index 79c65e5..a019a79 100644 --- a/hosts/pochita/configuration.nix +++ b/hosts/pochita/configuration.nix @@ -23,6 +23,7 @@ enableTailscale = true; enableForgejo = true; enableCaddy = true; + enableCloudflareDyndns = true; }; i18n.inputMethod.enable = lib.mkForce false; # no need for japanese input method