remove DNS push from auto-update

This commit is contained in:
Anish Lakhwara
2026-08-18 19:59:04 -07:00
parent ddadf10f95
commit 32e6a55d35
-4
View File
@@ -7,7 +7,6 @@
git git
nix nix
openssh openssh
dnscontrol
]; ];
serviceConfig = { serviceConfig = {
@@ -49,9 +48,6 @@
exit 1 exit 1
fi fi
echo "Applying DNS configuration..."
dnscontrol push --config dns/dnscontrol.js --creds dns/creds.json
echo "Auto-update completed successfully" echo "Auto-update completed successfully"
''; '';
}; };