Compare commits

...

2 commits

Author SHA1 Message Date
53eea2bced
Set MTU to 1200 for the Wireguard interface, seems to mitigate problems when connected through the phone
All checks were successful
/ test (push) Successful in 1m57s
2024-04-08 17:44:05 +02:00
867c475918
Enable adb on kirk 2024-04-08 17:43:53 +02:00
2 changed files with 2 additions and 0 deletions

View file

@ -30,6 +30,7 @@
"greetd" "greetd"
"syncthing" "syncthing"
"mount-rock5b" "mount-rock5b"
"adb"
] ]
++ [ ++ [
./disko.nix ./disko.nix

View file

@ -6,6 +6,7 @@
imports = [../wireguard-common]; imports = [../wireguard-common];
networking.wireguard.interfaces.wg0 = { networking.wireguard.interfaces.wg0 = {
mtu = 1200;
ips = ["${vpn.${config.networking.hostName}.ip}/32"]; ips = ["${vpn.${config.networking.hostName}.ip}/32"];
peers = [ peers = [
{ {