Skip to content

Commit

Permalink
chore(akane): set MTU explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
tie committed Sep 7, 2024
1 parent 07203b4 commit 670097d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hosts/akane/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@
Description = "WireGuard tunnel";
Name = wanWireguardInterface;
Kind = "wireguard";
MTUBytes = "1368"; # 1500 - 52 - 80 # "1280"; # FIXME: aeza, WTF?!
};
wireguardConfig = {
PrivateKeyFile = config.sops.secrets."wireguard/pk.txt".path;
Expand Down

0 comments on commit 670097d

Please sign in to comment.