forked from hacc/haccfiles
hainich: block x_tables module
this also blocks the x_tables module to prent it from loading ip_tables
This commit is contained in:
parent
8a17da7761
commit
78e607a28d
1 changed files with 3 additions and 2 deletions
|
@ -27,8 +27,9 @@
|
||||||
boot.loader.grub.device = "/dev/sda";
|
boot.loader.grub.device = "/dev/sda";
|
||||||
boot.supportedFilesystems = [ "zfs" ];
|
boot.supportedFilesystems = [ "zfs" ];
|
||||||
|
|
||||||
# stop presumably docker form loading ip_tables and breaking nftables
|
# stop *something* from loading ip_tables and breaking nftables
|
||||||
boot.blacklistedKernelModules = [ "ip_tables" "ip6_tables" ];
|
boot.blacklistedKernelModules = [ "ip_tables" "ip6_tables" "x_tables"];
|
||||||
|
|
||||||
|
|
||||||
# networking
|
# networking
|
||||||
networking.hostName = "hainich";
|
networking.hostName = "hainich";
|
||||||
|
|
Loading…
Reference in a new issue