fix PDS auto-update build

This commit is contained in:
Anish Lakhwara
2026-08-15 17:08:56 -07:00
parent 4c3c2a761c
commit 694d8013ed
3 changed files with 41 additions and 3 deletions
+4
View File
@@ -7,6 +7,7 @@
git
nix
openssh
dnscontrol
];
serviceConfig = {
@@ -48,6 +49,9 @@
exit 1
fi
echo "Applying DNS configuration..."
dnscontrol push --config dns/dnscontrol.js --creds dns/creds.json
echo "Auto-update completed successfully"
'';
};