From d21cf03776a7061be1d1f8e57c5ea14afb4ffecd Mon Sep 17 00:00:00 2001 From: Lander Van den Bulcke Date: Wed, 10 Sep 2025 21:49:59 +0200 Subject: [PATCH] feat: use seperate routing table for wg Signed-off-by: Lander Van den Bulcke --- hosts/hosting-02/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/hosting-02/default.nix b/hosts/hosting-02/default.nix index 399b9f7..d5866f0 100644 --- a/hosts/hosting-02/default.nix +++ b/hosts/hosting-02/default.nix @@ -47,6 +47,7 @@ listenPort = 51820; privateKeyFile = config.sops.secrets.wireguardKey.path; + table = "133"; }; };