sourcephile
/
git
/
sourcephile-nix.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e75e3c4
)
wireguard: wg-intra: decrease losurdo's persistentKeepalive
author
Julien Moutinho
<julm@sourcephile.fr>
Sat, 28 Aug 2021 16:34:00 +0000
(18:34 +0200)
committer
Julien Moutinho
<julm@sourcephile.fr>
Sat, 28 Aug 2021 16:34:00 +0000
(18:34 +0200)
networking/wireguard/wg-intra.nix
patch
|
blob
|
history
diff --git
a/networking/wireguard/wg-intra.nix
b/networking/wireguard/wg-intra.nix
index 517a56852e6ac97ea4bd3478a8f8fc6168e8d4f4..c9f7d1d2c6ff8203f4b1db000c79b89cacfd37be 100644
(file)
--- a/
networking/wireguard/wg-intra.nix
+++ b/
networking/wireguard/wg-intra.nix
@@
-16,7
+16,7
@@
let hosts = {
ipv4 = "192.168.42.2";
ips = ["${ipv4}/24"];
listenPort = 43643;
- persistentKeepalive =
10
;
+ persistentKeepalive =
5
;
peer = {
publicKey = "xsFFep3k8z0pXgUOz4aryOF8l/KPBSOd4WQA26BkXy0=";
allowedIPs = [ "${ipv4}/32" ];