From b6fd3e5a17ad4ffa8b660825c1124302f759a2bd Mon Sep 17 00:00:00 2001 From: Ethan Simmons Date: Fri, 9 Aug 2024 11:20:20 -0500 Subject: [PATCH] Disable wireguard autostart --- hosts/alpheratz/system.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/alpheratz/system.nix b/hosts/alpheratz/system.nix index 7f5d919..6e375a2 100644 --- a/hosts/alpheratz/system.nix +++ b/hosts/alpheratz/system.nix @@ -61,7 +61,7 @@ listenPort = 51820; privateKeyFile = "/run/secrets/wireguard/private"; dns = [ "192.168.1.1" ]; - autostart = true; + autostart = false; peers = [ {