framework-2024-11-02-18-54-56
This commit is contained in:
@ -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;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user