nixos

NixOS server files. Mirror from https://git.nordgedanken.dev/kubernetes/nixos
git clone git://archive.git.mtrnord.blog/MTRNord/nixos.git
Log | Files | Refs | README

commit b347389d1e3222206dd03b63d5b6f7e563caa307
parent 687c004f1b64f70e156ecee183c78c243731b573
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed, 24 Jan 2024 14:08:38 +0100

Fix mtu

Diffstat:
Mnixos/worker-1/configuration.nix | 2++
Mnixos/worker-2/configuration.nix | 2++
2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -203,6 +203,7 @@ in { nordgedanken = { address = ["10.100.0.1/24" "fe99:13::1/64"]; listenPort = 51820; + mtu = 1420; privateKeyFile = config.sops.secrets."wireguard/worker-1/wg0/private_key".path; table = "off"; preUp = '' @@ -230,6 +231,7 @@ in { worker2 = { address = ["10.100.0.1/24" "fe99:13::1/64"]; listenPort = 51821; + mtu = 1420; privateKeyFile = config.sops.secrets."wireguard/worker-1/wg1/private_key".path; table = "off"; preUp = '' diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix @@ -178,6 +178,7 @@ in { nordgedanken = { address = ["10.100.0.3/24" "fe99:13::3/64"]; listenPort = 51840; + mtu = 1420; privateKeyFile = config.sops.secrets."wireguard/worker-2/wg0/private_key".path; table = "off"; preUp = '' @@ -205,6 +206,7 @@ in { worker1 = { address = ["10.100.0.3/24" "fe99:13::3/64"]; listenPort = 51841; + mtu = 1420; privateKeyFile = config.sops.secrets."wireguard/worker-2/wg1/private_key".path; table = "off"; preUp = ''