fix avalon

This commit is contained in:
soraefir
2026-05-02 10:12:36 +02:00
parent 1ceb440026
commit dcc5c440f7

View File

@@ -26,11 +26,13 @@
cli = true;
virt = true;
};
wg = {
enable = true;
ip4 = "10.10.1.2/32";
ip6 = "fd10:10:10::2/128";
pubkey = "QlvpTiK6s/lIha9vKmo+teSy2Nw52qWLYatYjxVan3U=";
net = {
wg = {
enable = true;
ip4 = "10.10.1.2/32";
ip6 = "fd10:10:10::2/128";
pubkey = "QlvpTiK6s/lIha9vKmo+teSy2Nw52qWLYatYjxVan3U=";
};
};
};
}