Update SIIT-DC EAM

This commit is contained in:
Vili Sinervä 2025-02-21 03:42:55 +02:00
parent 13f7c46ebb
commit 941996cbe5
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -1,6 +1,7 @@
{ ... }:
let
gua_pref = "2001:14ba:a090:39";
v4_pref = "192.168.250";
in
{
networking = {
@ -13,7 +14,7 @@ in
eamt = [
{
"ipv6 prefix" = "${gua_pref}d1:be24:11ff:fe42:dd76/128";
"ipv4 prefix" = "192.168.250.10/32";
"ipv4 prefix" = "${v4_pref}.1/32";
}
];
};