mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-24 17:16:14 +01:00
Omen no longer needs weird NFS patch
Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
parent
d0f6f2df4f
commit
1955d32b7c
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue