From 69a5ebae1cd338a5b5d38e490655fcfaa0ba84c7 Mon Sep 17 00:00:00 2001 From: Astro Date: Tue, 23 May 2023 20:36:24 +0200 Subject: [PATCH] modules/microvm-defaults: remove firewall.autoLoadConntrackHelpers > Failed assertions: > - conntrack helper autoloading has been removed from kernel 6.0 > and newer --- modules/microvm-defaults.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/microvm-defaults.nix b/modules/microvm-defaults.nix index 367c9552..20d5a794 100644 --- a/modules/microvm-defaults.nix +++ b/modules/microvm-defaults.nix @@ -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;