From 4d2361864b1f17d5b0bbc9c2e9c84ed624028522 Mon Sep 17 00:00:00 2001 From: Jakub Skokan Date: Mon, 14 Nov 2022 16:28:48 +0100 Subject: [PATCH] os: always load nft modules, especially nft_nat was missing --- os/modules/config/kernel.nix | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/os/modules/config/kernel.nix b/os/modules/config/kernel.nix index 9b4a3a7d0..fd930a1e8 100644 --- a/os/modules/config/kernel.nix +++ b/os/modules/config/kernel.nix @@ -99,6 +99,22 @@ in { "ip_vs_sh" "ip_vs_wlc" "ip_vs_wrr" + "nft_chain_nat" + "nft_compat" + "nft_counter" + "nft_ct" + "nft_fib" + "nft_fib_inet" + "nft_fib_ipv4" + "nft_fib_ipv6" + "nft_limit" + "nft_log" + "nft_masq" + "nft_nat" + "nft_objref" + "nft_redir" + "nft_reject" + "nft_reject_inet" "overlay" "veth" ];