about summary refs log tree commit diff stats
path: root/zones/default.nix
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-04-01 15:00:03 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-04-01 15:00:03 +0200
commit68fd599dee4cd39ffd0f12f5ec468694307af668 (patch)
tree432264a3a4d21d614d11332a925cb111d2cacd8f /zones/default.nix
parenttests/dns: Avoid tracing the name-server interfaces (diff)
downloadnixos-server-68fd599dee4cd39ffd0f12f5ec468694307af668.zip
zones/vhack.eu: Make it obvious, that the serial number must be changed
The comment alone would probably suffice, but having a convenient function
that makes it obvious *what* part of the serial number you are actually
supposed to change seems quite useful, when trying to reduce the
possibilities of forgetting it.
Diffstat (limited to '')
-rw-r--r--zones/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/zones/default.nix b/zones/default.nix
index cde6def..babb531 100644
--- a/zones/default.nix
+++ b/zones/default.nix
@@ -1,3 +1,3 @@
-{...}: {
-  "vhack.eu" = import ./vhack.eu/zone.nix {};
+{lib, ...}: {
+  "vhack.eu" = import ./vhack.eu/zone.nix {inherit lib;};
 }