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" ''; };