Merge branch '4-firewall_issue' into 'main'

Draft: 4-firewall_issue

Closes #4

See merge request hacc/infra/haccfiles!50
This commit is contained in:
schweby 2021-03-26 09:43:01 +00:00
commit 18e1262244

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";