tv audit: RIP

There's no need to silence audit anymore because it's disabled since
nixpkgs 16b3e26da4455c6d3f876639ce27ce6cd40d6895.
This commit is contained in:
tv 2017-11-09 16:52:05 +01:00
parent 7f342406b7
commit 378be7f0c2
3 changed files with 0 additions and 11 deletions

View File

@ -14,7 +14,6 @@ with import <stockholm/lib>;
imports = [ imports = [
<secrets> <secrets>
<stockholm/krebs> <stockholm/krebs>
<stockholm/tv/2configs/audit.nix>
<stockholm/tv/2configs/bash> <stockholm/tv/2configs/bash>
<stockholm/tv/2configs/exim-retiolum.nix> <stockholm/tv/2configs/exim-retiolum.nix>
<stockholm/tv/2configs/hw/x220.nix> <stockholm/tv/2configs/hw/x220.nix>

View File

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

View File

@ -11,7 +11,6 @@ with import <stockholm/lib>;
imports = [ imports = [
<secrets> <secrets>
./audit.nix
./backup.nix ./backup.nix
./bash ./bash
./htop.nix ./htop.nix