remove sysctl abi.vsyscall32=0 default

This commit is contained in:
notgne2 2023-09-14 14:51:39 -07:00
parent 2d95ad7985
commit 10cfef61e0
Signed by: notgne2
SSH Key Fingerprint: SHA256:qlFCAimT/PvNIG3u+aYT9pIqFCWgu6sNsWjpV1vHLIE

View File

@ -52,11 +52,6 @@ in {
];
loader.timeout = lib.mkIf cfg.fancyBoot 0;
kernel.sysctl = {
# lol anti-cheat
"abi.vsyscall32" = lib.mkDefault 0;
};
};
services.avahi = {