From a37da84aa14543ac140d9b184f6686aac946508b Mon Sep 17 00:00:00 2001 From: Mikael Voss Date: Sat, 9 Nov 2024 19:52:24 +0100 Subject: [PATCH] Enable asynchronous I/O --- config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.nix b/config.nix index cf09114..962bf7c 100644 --- a/config.nix +++ b/config.nix @@ -225,7 +225,7 @@ PCSPKR_PLATFORM = false; FUTEX = true; EPOLL = true; - AIO = false; + AIO = true; IO_URING = true; ADVISE_SYSCALLS = true;