From 24ede4400b13a65759e83f94d94736aeb09a03b6 Mon Sep 17 00:00:00 2001 From: Alexander Szczepanski Date: Sat, 2 Nov 2024 18:54:56 +0100 Subject: [PATCH] framework-2024-11-02-18-54-56 --- machine/framework/configuration.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/machine/framework/configuration.nix b/machine/framework/configuration.nix index ccee6b2..5b9af91 100755 --- a/machine/framework/configuration.nix +++ b/machine/framework/configuration.nix @@ -66,10 +66,10 @@ in efi = { canTouchEfiVariables = true; }; }; supportedFilesystems = [ "btrfs" ]; - kernelPatches = [{ - name = "fix problems with netfilter in 6.11.4"; - patch = ../../kernelpatches/fix-netfilter-6.11.4.patch; - }]; +# kernelPatches = [{ +# name = "fix problems with netfilter in 6.11.4"; +# patch = ../../kernelpatches/fix-netfilter-6.11.4.patch; +# }]; tmp.useTmpfs = false; };