From dcc5c440f75285adb7ff4a2536108e0bcc8c5582 Mon Sep 17 00:00:00 2001 From: soraefir Date: Sat, 2 May 2026 10:12:36 +0200 Subject: [PATCH] fix avalon --- systems/avalon/cfg.nix | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/systems/avalon/cfg.nix b/systems/avalon/cfg.nix index eed6aba..4b98bb5 100644 --- a/systems/avalon/cfg.nix +++ b/systems/avalon/cfg.nix @@ -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="; + }; }; }; }