summaryrefslogtreecommitdiff
path: root/sys/ns/ptr/static-prefix-v6
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ns/ptr/static-prefix-v6')
-rw-r--r--sys/ns/ptr/static-prefix-v6/default.nix16
-rw-r--r--sys/ns/ptr/static-prefix-v6/serial.nix7
2 files changed, 23 insertions, 0 deletions
diff --git a/sys/ns/ptr/static-prefix-v6/default.nix b/sys/ns/ptr/static-prefix-v6/default.nix
new file mode 100644
index 0000000..f02222c
--- /dev/null
+++ b/sys/ns/ptr/static-prefix-v6/default.nix
@@ -0,0 +1,16 @@
+{ config, ... }:
+let
+ inherit (config.local) nets;
+in
+{
+ imports = [
+ ./serial.nix
+ ];
+
+ config = {
+ localNS = {
+ enable = true;
+ ptrNet.v6 = "static-prefix";
+ };
+ };
+}
diff --git a/sys/ns/ptr/static-prefix-v6/serial.nix b/sys/ns/ptr/static-prefix-v6/serial.nix
new file mode 100644
index 0000000..c09a24a
--- /dev/null
+++ b/sys/ns/ptr/static-prefix-v6/serial.nix
@@ -0,0 +1,7 @@
+{
+ config = {
+ soa.serial = 2025042402;
+ nullSerialHash = "sha256-92c2046d390891a99618c5cf92efee1cda3549799ef26f1f0ca234e0a105aec8";
+ };
+}
+