From 88ea686b59697027c917ac8c9d8f8512b8320753 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Mon, 22 Dec 2025 10:32:17 +0900 Subject: [PATCH] bicep/matrix-synapse: replace hardcoded ip space with ones from `values` --- hosts/bicep/services/matrix/synapse.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/bicep/services/matrix/synapse.nix b/hosts/bicep/services/matrix/synapse.nix index 8ded195..9bc4454 100644 --- a/hosts/bicep/services/matrix/synapse.nix +++ b/hosts/bicep/services/matrix/synapse.nix @@ -124,8 +124,8 @@ in { "fec0::/10" # NTNU - "129.241.0.0/16" - "2001:700:300::/44" + values.ntnu.ipv4-space + values.ntnu.ipv6-space ]; }; };