Skip to content

Commit

Permalink
maine-pi: enable persistent keepalive
Browse files Browse the repository at this point in the history
  • Loading branch information
lopsided98 committed Oct 29, 2023
1 parent e0ff925 commit d98ff82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions machines/maine-pi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ with lib;
publicKey = "sVgdQpaigfOLO2nvYP7U1XcfzAml8dzZRjAcEmYfTQ0=";
privateKeySecret = secrets.maine-pi.vpn.wireGuardPrivateKey;
outgoingInterfaces = [ "wlan0" ];
persistentKeepalive = true;
};

services.dnsupdate = {
Expand Down

0 comments on commit d98ff82

Please sign in to comment.