Autostart WG for lithium
This commit is contained in:
parent
fc8d8403e5
commit
6926a10a9d
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
firewall.allowedUDPPorts = [ 51820 ];
|
firewall.allowedUDPPorts = [ 51820 ];
|
||||||
|
|
||||||
wg-quick.interfaces.wg0 = {
|
wg-quick.interfaces.wg0 = {
|
||||||
autostart = false;
|
autostart = true;
|
||||||
address = [ "172.16.0.4/24" ];
|
address = [ "172.16.0.4/24" ];
|
||||||
dns = [
|
dns = [
|
||||||
"192.168.0.1"
|
"192.168.0.1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue