Set wireguard to autostart on helium

This commit is contained in:
Vili Sinervä 2024-07-31 00:12:07 +03:00
parent 50d6d02420
commit c2f84c9602
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -10,7 +10,7 @@
wg-quick.interfaces = {
wg0 = {
autostart = false;
autostart = true;
address = [ "172.16.0.2/24" ];
dns = [
"192.168.0.1"