Hello everyone,
Has anyone been able to play DayZ with the BattleEye service enabled?
It won’t load, and the servers keep kicking me, but I don’t see any error messages.
This is my current configuration:
programs = {
steam = {
enable = true;
};
nixpkgs = {
config = {
allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"steam"
"steam-original"
"steam-unwrapped"
"steam-run"
];
allowUnfree = true;
};