From 6926a10a9da8204374f81912fa6a4490d7c5f0c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vili=20Sinerv=C3=A4?= Date: Sat, 31 Aug 2024 17:45:17 +0300 Subject: [PATCH] Autostart WG for lithium --- machine-confs/lithium.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine-confs/lithium.nix b/machine-confs/lithium.nix index 5d2f79d..c6b54f2 100644 --- a/machine-confs/lithium.nix +++ b/machine-confs/lithium.nix @@ -6,7 +6,7 @@ firewall.allowedUDPPorts = [ 51820 ]; wg-quick.interfaces.wg0 = { - autostart = false; + autostart = true; address = [ "172.16.0.4/24" ]; dns = [ "192.168.0.1"