nix/vm: increase audit backlog buffer
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ nixpkgs.lib.nixosSystem {
|
|||||||
|
|
||||||
boot.kernelParams = [
|
boot.kernelParams = [
|
||||||
"audit=1"
|
"audit=1"
|
||||||
"audit_backlog_limit=1024"
|
"audit_backlog_limit=8192"
|
||||||
];
|
];
|
||||||
|
|
||||||
users.users.alice.extraGroups = [ "wheel" ];
|
users.users.alice.extraGroups = [ "wheel" ];
|
||||||
|
|||||||
Reference in New Issue
Block a user