homelab/hosts/physique/hyponix/networking.nix
2025-08-06 00:18:58 +02:00

9 lines
169 B
Nix

{ ... }:
{
networking.interfaces.enp5s0 = {
ipv6.addresses = [{
address = "2a02:8428:c272:6f01:aaaa:bbbb:cccc:3142";
prefixLength = 64;
}];
};
}