modules/microvm-defaults: remove firewall.autoLoadConntrackHelpers

> Failed assertions:
> - conntrack helper autoloading has been removed from kernel 6.0
>   and newer
This commit is contained in:
Astro 2023-05-23 20:36:24 +02:00
parent 0b4b8108b9
commit 69a5ebae1c
1 changed files with 0 additions and 3 deletions

View File

@ -27,9 +27,6 @@
hardware.enableRedistributableFirmware = false;
# required that sysctl contains net.netfilter.nf_conntrack_max on boot
networking.firewall.autoLoadConntrackHelpers = true;
# nix store is mounted read only
nix.gc.automatic = false;