nix-config/_/nixos/_mixins/optional/lol-acfix.nix

6 lines
122 B
Nix

{
boot.kernel.sysctl = {
# Disable VDSO on 32-bits to avoid league of legends kick
"abi.vsyscall32" = 0;
};
}