Add ipv6 address

This commit is contained in:
Lillian Violet 2024-01-04 23:25:08 +01:00
parent b6e45b652e
commit d5f7649b88

View file

@ -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,