Disable wireguard autostart

This commit is contained in:
2024-08-09 11:20:20 -05:00
parent c94f6e3956
commit b6fd3e5a17

View File

@@ -61,7 +61,7 @@
listenPort = 51820; listenPort = 51820;
privateKeyFile = "/run/secrets/wireguard/private"; privateKeyFile = "/run/secrets/wireguard/private";
dns = [ "192.168.1.1" ]; dns = [ "192.168.1.1" ];
autostart = true; autostart = false;
peers = [ peers = [
{ {