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; cli = true;
virt = true; virt = true;
}; };
wg = { net = {
enable = true; wg = {
ip4 = "10.10.1.2/32"; enable = true;
ip6 = "fd10:10:10::2/128"; ip4 = "10.10.1.2/32";
pubkey = "QlvpTiK6s/lIha9vKmo+teSy2Nw52qWLYatYjxVan3U="; ip6 = "fd10:10:10::2/128";
pubkey = "QlvpTiK6s/lIha9vKmo+teSy2Nw52qWLYatYjxVan3U=";
};
}; };
}; };
} }