Install hexchat
Reduce MTU on wireguard tunnel
This commit is contained in:
parent
f03c7117bb
commit
dbe5349bae
2 changed files with 4 additions and 1 deletions
|
@ -54,6 +54,7 @@
|
|||
nmap
|
||||
unstable.devenv
|
||||
unstable.attic-client
|
||||
unstable.hexchat
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
@ -109,6 +109,7 @@
|
|||
address = [ "10.225.191.4/24" "fd11:5ee:bad:c0de::4/128" ];
|
||||
dns = [ "192.168.30.131" ];
|
||||
autostart = false;
|
||||
mtu = 1412;
|
||||
peers = [{
|
||||
presharedKeyFile = config.age.secrets.wg-quick-home-preshared-key.path;
|
||||
endpoint = "wg.kun.is:51820";
|
||||
|
@ -120,8 +121,9 @@
|
|||
home-no-pihole = {
|
||||
privateKeyFile = config.age.secrets.wg-quick-home-privkey.path;
|
||||
address = [ "10.225.191.4/24" "fd11:5ee:bad:c0de::4/128" ];
|
||||
dns = [ "192.168.30.1" "2a0d:6e00:1a77::1" ];
|
||||
dns = [ "192.168.10.1" ];
|
||||
autostart = false;
|
||||
mtu = 1412;
|
||||
peers = [{
|
||||
presharedKeyFile = config.age.secrets.wg-quick-home-preshared-key.path;
|
||||
endpoint = "wg.kun.is:51820";
|
||||
|
|
Loading…
Reference in a new issue