Skip to content

Commit

Permalink
don't autostart wireguard
Browse files Browse the repository at this point in the history
  • Loading branch information
otosky committed Nov 6, 2024
1 parent 1c56e8e commit e206b9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hosts/ot-framework/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

wg-quick.interfaces = {
wg0 = {
autostart = false;
address = ["10.66.5.2/32"];
dns = ["10.67.0.3"];
generatePrivateKeyFile = true;
Expand Down

0 comments on commit e206b9e

Please sign in to comment.