fix: Set tayga IPv6 address

This commit is contained in:
Jan-Bulthuis 2025-11-07 21:11:35 +01:00
parent e4402eaf19
commit 828face9d5

View File

@ -1,4 +1,5 @@
{ {
inputs,
... ...
}: }:
@ -28,6 +29,7 @@
}; };
}; };
ipv6 = { ipv6 = {
address = "${inputs.secrets.lab.network.ula.prefixBase}::6464";
router = { router = {
address = "64::ff9b::1"; address = "64::ff9b::1";
}; };