tv audit: -a task,never

This commit is contained in:
tv 2016-06-30 21:11:13 +02:00
parent 7b46ccaba5
commit 4d63548868
2 changed files with 10 additions and 0 deletions

9
tv/2configs/audit.nix Normal file
View File

@ -0,0 +1,9 @@
{ ... }:
{
security.audit = {
rules = [
"-a task,never"
];
};
}

View File

@ -25,6 +25,7 @@ with config.krebs.lib;
imports = [ imports = [
<secrets> <secrets>
./audit.nix
./backup.nix ./backup.nix
./nginx ./nginx
./vim.nix ./vim.nix