24 lines
425 B
Nix
24 lines
425 B
Nix
{
|
|
krz01 = {
|
|
interfaces = {
|
|
vmbr0 = {
|
|
ipv4 = [
|
|
{
|
|
address = "129.199.146.21";
|
|
prefixLength = 24;
|
|
}
|
|
{
|
|
address = "192.168.1.145";
|
|
prefixLength = 24;
|
|
}
|
|
];
|
|
|
|
gateways = [ "129.199.146.254" ];
|
|
enableDefaultDNS = true;
|
|
};
|
|
};
|
|
|
|
hostId = "bd11e8fc";
|
|
netbirdIp = "100.80.103.206";
|
|
};
|
|
}
|