framework-2024-11-02-18-54-56

This commit is contained in:
Alexander Szczepanski
2024-11-02 18:54:56 +01:00
parent 07b471bcac
commit 24ede4400b

View File

@ -66,10 +66,10 @@ in
efi = { canTouchEfiVariables = true; }; efi = { canTouchEfiVariables = true; };
}; };
supportedFilesystems = [ "btrfs" ]; supportedFilesystems = [ "btrfs" ];
kernelPatches = [{ # kernelPatches = [{
name = "fix problems with netfilter in 6.11.4"; # name = "fix problems with netfilter in 6.11.4";
patch = ../../kernelpatches/fix-netfilter-6.11.4.patch; # patch = ../../kernelpatches/fix-netfilter-6.11.4.patch;
}]; # }];
tmp.useTmpfs = false; tmp.useTmpfs = false;
}; };