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