From e6a70e657e0e4936775bae193719bb516c436ffe Mon Sep 17 00:00:00 2001 From: osbm Date: Fri, 11 Apr 2025 21:21:38 +0300 Subject: [PATCH] disable ddns in pochita --- hosts/pochita/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/pochita/configuration.nix b/hosts/pochita/configuration.nix index 4ac29ef..97499ea 100644 --- a/hosts/pochita/configuration.nix +++ b/hosts/pochita/configuration.nix @@ -22,7 +22,7 @@ enableTailscale = true; enableForgejo = true; enableCaddy = true; - enableCloudflareDyndns = true; + enableCloudflareDyndns = false; }; i18n.inputMethod.enable = lib.mkForce false; # no need for japanese input method