From c2f84c9602befe5f6bf6e1c4bd97faf3ebf5e922 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vili=20Sinerv=C3=A4?= Date: Wed, 31 Jul 2024 00:12:07 +0300 Subject: [PATCH] Set wireguard to autostart on helium --- machine-confs/helium.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine-confs/helium.nix b/machine-confs/helium.nix index e9870d2..5f3a7ea 100644 --- a/machine-confs/helium.nix +++ b/machine-confs/helium.nix @@ -10,7 +10,7 @@ wg-quick.interfaces = { wg0 = { - autostart = false; + autostart = true; address = [ "172.16.0.2/24" ]; dns = [ "192.168.0.1"