hainich: block x_tables module

this also blocks the x_tables module to prent it from loading
ip_tables
keep-around/78e607a28dbab4b0e2e9e63993241a1168034791
schweby 2021-03-26 10:40:10 +01:00
parent 8a17da7761
commit 78e607a28d
No known key found for this signature in database
GPG Key ID: 3A489DBB732B9614
1 changed files with 3 additions and 2 deletions

View File

@ -27,8 +27,9 @@
boot.loader.grub.device = "/dev/sda";
boot.supportedFilesystems = [ "zfs" ];
# stop presumably docker form loading ip_tables and breaking nftables
boot.blacklistedKernelModules = [ "ip_tables" "ip6_tables" ];
# stop *something* from loading ip_tables and breaking nftables
boot.blacklistedKernelModules = [ "ip_tables" "ip6_tables" "x_tables"];
# networking
networking.hostName = "hainich";