hainich: block x_tables module

this also blocks the x_tables module to prent it from loading
ip_tables
This commit is contained in:
schweby 2021-03-26 10:40:10 +01:00
parent 49fa714861
commit 29cfc56f75
No known key found for this signature in database
GPG key ID: 3A489DBB732B9614

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* form loading ip_tables and breaking nftables
boot.blacklistedKernelModules = [ "ip_tables" "ip6_tables" "x_tables"];
# networking
networking.hostName = "hainich";