feat(hypervisor01): activate SFP

This commit is contained in:
Elias Coppens 2025-05-25 20:50:44 +02:00
parent e96d74a726
commit c6b14fb48e
Signed by: ecoppens
SSH key fingerprint: SHA256:kBVGObG8oxCvExyvKxS16ml0ZcQLI+PKsKU2Q1JXgcI

View file

@ -154,6 +154,20 @@
gateways = [ "10.0.254.1" ];
enableDefaultDNS = true;
};
eno1 = {
ipv4 = [
{
address = "10.0.254.11";
prefixLength = 24;
}
];
metric = 500;
gateways = [ "10.0.254.1" ];
enableDefaultDNS = true;
};
};
hostId = "4dbbd76a";