Renumber public IPv6 address
This commit is contained in:
parent
3e35deb089
commit
fcb7057b9d
@ -15,8 +15,11 @@
|
|||||||
networking.hostName = "palladium";
|
networking.hostName = "palladium";
|
||||||
|
|
||||||
networking.useDHCP = false;
|
networking.useDHCP = false;
|
||||||
networking.interfaces.enp3s0.ipv6.addresses = [ { address = "2a01:4f8:1c0c:8221::11"; prefixLength = 64; } ];
|
networking.interfaces.enp3s0.ipv6.addresses = [
|
||||||
networking.defaultGateway6 = { address = "2a01:4f8:1c0c:8221::1"; interface = "enp3s0"; };
|
{ address = "fd00:152:152:4::11"; prefixLength = 64; }
|
||||||
|
{ address = "2001:4cd8:100:1337::11"; prefixLength = 64; }
|
||||||
|
];
|
||||||
|
networking.defaultGateway6 = { address = "fe80::1"; interface = "enp3s0"; };
|
||||||
networking.nameservers = [ "fd00:152:152::1" ];
|
networking.nameservers = [ "fd00:152:152::1" ];
|
||||||
|
|
||||||
# Keeping the harddrives quiet
|
# Keeping the harddrives quiet
|
||||||
|
Loading…
Reference in New Issue
Block a user