From e206b9eb7f608820f2b1a49e7cc9bb889e7b2d13 Mon Sep 17 00:00:00 2001 From: Oliver Tosky Date: Tue, 5 Nov 2024 20:12:37 -0500 Subject: [PATCH] don't autostart wireguard --- hosts/ot-framework/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/ot-framework/default.nix b/hosts/ot-framework/default.nix index 9801e30..1343caf 100644 --- a/hosts/ot-framework/default.nix +++ b/hosts/ot-framework/default.nix @@ -29,6 +29,7 @@ wg-quick.interfaces = { wg0 = { + autostart = false; address = ["10.66.5.2/32"]; dns = ["10.67.0.3"]; generatePrivateKeyFile = true;