boot: Remove pde_set_flags patch since it landed in upstream
This commit is contained in:
parent
38795078df
commit
0fb2d50051
1 changed files with 0 additions and 13 deletions
|
|
@ -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 = [ ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue