boot: Remove pde_set_flags patch since it landed in upstream

This commit is contained in:
Katherina Walshe-Grey 2025-10-25 00:44:46 +01:00
parent 38795078df
commit 0fb2d50051

View file

@ -11,19 +11,6 @@ in
efi.canTouchEfiVariables = true; efi.canTouchEfiVariables = true;
}; };
boot.kernelPatches = optionals config.nixpkgs.hostPlatform.isx86 [
# Fix the /proc/net/tcp seek issue
# Impacts tailscale: https://github.com/tailscale/tailscale/issues/16966
{
name = "proc: fix missing pde_set_flags() for net proc files";
patch = pkgs.fetchurl {
name = "fix-missing-pde_set_flags-for-net-proc-files.patch";
url = "https://patchwork.kernel.org/project/linux-fsdevel/patch/20250821105806.1453833-1-wangzijie1@honor.com/raw/";
hash = "sha256-DbQ8FiRj65B28zP0xxg6LvW5ocEH8AHOqaRbYZOTDXg=";
};
}
];
services.resolved = { services.resolved = {
enable = true; enable = true;
fallbackDns = [ ]; fallbackDns = [ ];