remove DNS push from auto-update
This commit is contained in:
@@ -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"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user