feat: move back krz01

This commit is contained in:
sinavir 2025-04-07 13:48:40 +02:00 committed by Tom Hubrecht
parent fca2486e01
commit 6303da3811
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc
26 changed files with 1219 additions and 0 deletions

View file

@ -185,6 +185,29 @@
netbirdIp = "100.80.58.178";
};
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";
};
rescue01 = {
interfaces = {
ens18 = {