25 lines
424 B
Nix
25 lines
424 B
Nix
|
{
|
||
|
krz01 = {
|
||
|
interfaces = {
|
||
|
eno1 = {
|
||
|
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";
|
||
|
};
|
||
|
}
|