From 406a144bd5b3457dc7be8a93bd7782e8980d5972 Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Sat, 16 Jul 2022 22:03:00 +0200 Subject: [PATCH] miku: Add abi.vsyscall32=0 to the kernel commandline --- hosts/miku.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/miku.nix b/hosts/miku.nix index 442a62b..478e9d2 100644 --- a/hosts/miku.nix +++ b/hosts/miku.nix @@ -155,6 +155,8 @@ "clocksource=tsc" "tsc=reliable" "pci=noaer" + # League of Legends under Linux + "abi.vsyscall32=0" # Enable Apparmor "lsm=landlock,lockdown,yama,integrity,apparmor,bpf" ];