Omen no longer needs weird NFS patch

Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
magic_rb 2023-11-20 09:59:06 +01:00
parent d0f6f2df4f
commit 1955d32b7c
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -17,15 +17,6 @@ in
hardware.cpu.intel.updateMicrocode = true;
boot = {
kernelPatches = [
{
name = "selinux-nfs4-patch";
patch = pkgs.fetchpatch {
url = "https://patchwork.kernel.org/project/selinux/patch/20230911142358.883728-1-omosnace@redhat.com/raw/";
hash = "sha256-m947t39xr4VqJBZ2mYTFq9Up/NWlwueH8aXFZRQwA7c=";
};
}
];
initrd.systemd.enable = true;
initrd.availableKernelModules = [
"xhci_pci"