Skip to content

Commit

Permalink
os: always load nft modules, especially nft_nat was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
aither64 committed Nov 14, 2022
1 parent eef5dd9 commit 4d23618
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions os/modules/config/kernel.nix
Expand Up @@ -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"
];
Expand Down

0 comments on commit 4d23618

Please sign in to comment.