hainich: Blacklist ip_tables and ip6_tables

Prevent **something** (docker) from loading the iptables kernel modules
and breaking nftables
keep-around/071f135ef4eea6fc8b2cc04f6b9e1d8503b544dc
schweby 2021-03-20 16:56:56 +01:00
parent 233ffdd769
commit 071f135ef4
No known key found for this signature in database
GPG Key ID: 3A489DBB732B9614
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,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" ];
# networking
networking.hostName = "hainich";
networking.hostId = "8a58cb2f";