diff --git a/hosts/miku.nix b/hosts/miku.nix index 478e9d2..327bd46 100644 --- a/hosts/miku.nix +++ b/hosts/miku.nix @@ -155,11 +155,13 @@ "clocksource=tsc" "tsc=reliable" "pci=noaer" - # League of Legends under Linux - "abi.vsyscall32=0" # Enable Apparmor "lsm=landlock,lockdown,yama,integrity,apparmor,bpf" ]; + kernel.sysctl = { + # League of Legends under Linux + "abi.vsyscall32" = 0; + }; extraModulePackages = [ kernel.vendor-reset ];