Add ipv6 address
This commit is contained in:
parent
b6f7813cf8
commit
4c878c1ecb
|
@ -31,6 +31,8 @@
|
|||
privateNetwork = true;
|
||||
hostAddress = "192.168.100.10";
|
||||
localAddress = "192.168.100.11";
|
||||
hostAddress6 = "fc00::1";
|
||||
localAddress6 = "fc00::2";
|
||||
config = {
|
||||
config,
|
||||
pkgs,
|
||||
|
|
Loading…
Reference in a new issue