From 32e6a55d3575cc7b6550ae110eeebb63f6ae69aa Mon Sep 17 00:00:00 2001 From: Anish Lakhwara Date: Tue, 18 Aug 2026 19:58:58 -0700 Subject: [PATCH] remove DNS push from auto-update --- hosts/asusmini/auto-update.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hosts/asusmini/auto-update.nix b/hosts/asusmini/auto-update.nix index 40ef7e8..0a7d4fb 100644 --- a/hosts/asusmini/auto-update.nix +++ b/hosts/asusmini/auto-update.nix @@ -7,7 +7,6 @@ git nix openssh - dnscontrol ]; serviceConfig = { @@ -49,9 +48,6 @@ exit 1 fi - echo "Applying DNS configuration..." - dnscontrol push --config dns/dnscontrol.js --creds dns/creds.json - echo "Auto-update completed successfully" ''; };