nix/vm: increase audit backlog buffer
Build and test / check (push) Successful in 1m23s
Build and test / build (push) Successful in 2m18s
Build and test / test (push) Successful in 4m12s
Build and test / docs (push) Successful in 5m36s

This commit is contained in:
2026-07-30 19:42:12 +09:00
parent 3e8928ef46
commit 6d382b0e8b
+1 -1
View File
@@ -23,7 +23,7 @@ nixpkgs.lib.nixosSystem {
boot.kernelParams = [
"audit=1"
"audit_backlog_limit=1024"
"audit_backlog_limit=8192"
];
users.users.alice.extraGroups = [ "wheel" ];