summaryrefslogtreecommitdiff
path: root/hooks/lib/update-zone-serials
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2025-04-19 10:48:15 -0600
committerAlejandro Soto <alejandro@34project.org>2025-04-24 14:27:38 -0600
commit1039d1d47a53be0c814a03608e94a9d0e8f4405b (patch)
treea6cf802896f0ad41742354499df8063d9065eb02 /hooks/lib/update-zone-serials
parentf4ed93ff7d01e659960b9cd3dc5bc3d6d6e27d01 (diff)
sys/ns: implement automatic PTR zones
Diffstat (limited to 'hooks/lib/update-zone-serials')
-rwxr-xr-xhooks/lib/update-zone-serials2
1 files changed, 1 insertions, 1 deletions
diff --git a/hooks/lib/update-zone-serials b/hooks/lib/update-zone-serials
index 272d5f6..e0a8585 100755
--- a/hooks/lib/update-zone-serials
+++ b/hooks/lib/update-zone-serials
@@ -4,5 +4,5 @@ set -e
set -o pipefail
nix eval --json '.#nixosConfigurations.gate.config.lib.local.zoneSerialUpdates' \
- | nix run '.#increment-zone-serials' -- sys/ns/zones \
+ | nix run '.#increment-zone-serials' -- sys/ns \
| while read file; do nix fmt -- "$file"; git add -v -- "$file"; done