diff --git a/nix/vm.nix b/nix/vm.nix index 2db8988..2a1fb31 100644 --- a/nix/vm.nix +++ b/nix/vm.nix @@ -23,7 +23,7 @@ nixpkgs.lib.nixosSystem { boot.kernelParams = [ "audit=1" - "audit_backlog_limit=1024" + "audit_backlog_limit=8192" ]; users.users.alice.extraGroups = [ "wheel" ];