bicep/matrix-synapse: replace hardcoded ip space with ones from values
All checks were successful
Eval nix flake / evals (push) Successful in 5m58s
All checks were successful
Eval nix flake / evals (push) Successful in 5m58s
This commit is contained in:
@@ -124,8 +124,8 @@ in {
|
|||||||
"fec0::/10"
|
"fec0::/10"
|
||||||
|
|
||||||
# NTNU
|
# NTNU
|
||||||
"129.241.0.0/16"
|
values.ntnu.ipv4-space
|
||||||
"2001:700:300::/44"
|
values.ntnu.ipv6-space
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user