Install hexchat

Reduce MTU on wireguard tunnel
This commit is contained in:
Pim Kunis 2024-05-05 18:07:40 +02:00
parent f03c7117bb
commit dbe5349bae
2 changed files with 4 additions and 1 deletions

View file

@ -54,6 +54,7 @@
nmap nmap
unstable.devenv unstable.devenv
unstable.attic-client unstable.attic-client
unstable.hexchat
]; ];
}; };

View file

@ -109,6 +109,7 @@
address = [ "10.225.191.4/24" "fd11:5ee:bad:c0de::4/128" ]; address = [ "10.225.191.4/24" "fd11:5ee:bad:c0de::4/128" ];
dns = [ "192.168.30.131" ]; dns = [ "192.168.30.131" ];
autostart = false; autostart = false;
mtu = 1412;
peers = [{ peers = [{
presharedKeyFile = config.age.secrets.wg-quick-home-preshared-key.path; presharedKeyFile = config.age.secrets.wg-quick-home-preshared-key.path;
endpoint = "wg.kun.is:51820"; endpoint = "wg.kun.is:51820";
@ -120,8 +121,9 @@
home-no-pihole = { home-no-pihole = {
privateKeyFile = config.age.secrets.wg-quick-home-privkey.path; privateKeyFile = config.age.secrets.wg-quick-home-privkey.path;
address = [ "10.225.191.4/24" "fd11:5ee:bad:c0de::4/128" ]; 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; autostart = false;
mtu = 1412;
peers = [{ peers = [{
presharedKeyFile = config.age.secrets.wg-quick-home-preshared-key.path; presharedKeyFile = config.age.secrets.wg-quick-home-preshared-key.path;
endpoint = "wg.kun.is:51820"; endpoint = "wg.kun.is:51820";