try to fix l2tp login issues

This commit is contained in:
sagar 2025-07-27 13:53:23 +00:00
parent f8c84554b5
commit c6655312f7
2 changed files with 35 additions and 1 deletions

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation (finalAttrs: {
fetchSubmodules = true;
};
patches = [ ./patches/ipb-profile-key.patch ./patches/tap-name-no-prefix.patch ./patches/prevent-dmesg-call.patch ];
patches = [ ./patches/ipb-profile-key.patch ./patches/tap-name-no-prefix.patch ./patches/prevent-dmesg-call.patch ./patches/simplify_l2tp_auth.patch ];
nativeBuildInputs = with pkgs; [
cmake