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