diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-06-29 08:24:14 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-06-29 10:11:28 +0530 |
commit | 67133cfc011ff2cd2bb5c7aea6c5ebb76ace2e74 (patch) | |
tree | cad9cf28aee3b7bd792922c84acaefdced689152 /os/common | |
parent | 7938a77a29a93f52f035c5b582b00f108ac455db (diff) |
kay: bump mtu size
BSNL recently upgraded their BNGs, bumping the mtu to 1492. this can be
seen on the pppd log. other users also reported this, so this is likely
not a "misconfiguration"
https://broadband.forum/threads/what-is-the-best-mtu-size-for-bsnl-ftth-connections.226751/
Diffstat (limited to 'os/common')
-rw-r--r-- | os/common/modules/user.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/common/modules/user.nix b/os/common/modules/user.nix index d6c341b..b58d980 100644 --- a/os/common/modules/user.nix +++ b/os/common/modules/user.nix @@ -11,6 +11,7 @@ in { openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAcCendbKbeoc7hYEEcBt9wwtSXrJUgJ2SuYARO0zPAX sinan@veu" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL8LnyOuPmtKRqAZeHueNN4kfYvpRQVwCivSTq+SZvDU sinan@cez" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHeyFnYE9RJ87kbkjgrev/yw1Z4PVLxvfPAtJjBMOYPq sinan@ale" ]; }; } |