remove sysctl abi.vsyscall32=0 default
This commit is contained in:
parent
2d95ad7985
commit
10cfef61e0
@ -52,11 +52,6 @@ in {
|
|||||||
];
|
];
|
||||||
|
|
||||||
loader.timeout = lib.mkIf cfg.fancyBoot 0;
|
loader.timeout = lib.mkIf cfg.fancyBoot 0;
|
||||||
|
|
||||||
kernel.sysctl = {
|
|
||||||
# lol anti-cheat
|
|
||||||
"abi.vsyscall32" = lib.mkDefault 0;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
services.avahi = {
|
services.avahi = {
|
||||||
|
Loading…
Reference in New Issue
Block a user