forked from Drift/pvv-nixos-config
Update ildkule IPv6-address
This commit is contained in:
parent
1a0880086a
commit
ecfde9f56a
|
@ -33,7 +33,7 @@
|
|||
networking.interfaces.ens18.ipv6 = {
|
||||
addresses = [
|
||||
{
|
||||
address = "2001:700:300:1900::187";
|
||||
address = "2001:700:300:1900::1:187";
|
||||
prefixLength = 64;
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue