remove sysctl abi.vsyscall32=0 default

This commit is contained in:
notgne2 2023-09-14 14:51:39 -07:00
parent 2d95ad7985
commit 10cfef61e0
No known key found for this signature in database

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 = {