summaryrefslogtreecommitdiffstats
path: root/tv/2configs/audit.nix
blob: 644741a5b899b5a01ed21c897657134479e70fdd (plain)
1
2
3
4
5
6
7
8
9
{ ... }:

{
  security.audit = {
    rules = [
      "-a task,never"
    ];
  };
}