Add ipv6 address

This commit is contained in:
Lillian-Violet 2024-01-04 23:25:08 +01:00
parent b6f7813cf8
commit 4c878c1ecb

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,