Set wireguard to autostart on helium
This commit is contained in:
parent
50d6d02420
commit
c2f84c9602
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
wg-quick.interfaces = {
|
wg-quick.interfaces = {
|
||||||
wg0 = {
|
wg0 = {
|
||||||
autostart = false;
|
autostart = true;
|
||||||
address = [ "172.16.0.2/24" ];
|
address = [ "172.16.0.2/24" ];
|
||||||
dns = [
|
dns = [
|
||||||
"192.168.0.1"
|
"192.168.0.1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue