diff options
author | tv <tv@krebsco.de> | 2017-11-09 16:52:05 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-11-09 17:07:05 +0100 |
commit | 378be7f0c22acc2a3fa76f504c28abe5d9df7004 (patch) | |
tree | 7d3e0a1e457bfc6fe99ee1529c8eb5483fea6200 | |
parent | 7f342406b7e5e65467128c2c06d443e437fffb28 (diff) |
tv audit: RIP
There's no need to silence audit anymore because it's disabled since
nixpkgs 16b3e26da4455c6d3f876639ce27ce6cd40d6895.
-rw-r--r-- | mv/1systems/stro/config.nix | 1 | ||||
-rw-r--r-- | tv/2configs/audit.nix | 9 | ||||
-rw-r--r-- | tv/2configs/default.nix | 1 |
3 files changed, 0 insertions, 11 deletions
diff --git a/mv/1systems/stro/config.nix b/mv/1systems/stro/config.nix index 669655eec..941b3f69e 100644 --- a/mv/1systems/stro/config.nix +++ b/mv/1systems/stro/config.nix @@ -14,7 +14,6 @@ with import <stockholm/lib>; imports = [ <secrets> <stockholm/krebs> - <stockholm/tv/2configs/audit.nix> <stockholm/tv/2configs/bash> <stockholm/tv/2configs/exim-retiolum.nix> <stockholm/tv/2configs/hw/x220.nix> diff --git a/tv/2configs/audit.nix b/tv/2configs/audit.nix deleted file mode 100644 index 644741a5b..000000000 --- a/tv/2configs/audit.nix +++ /dev/null @@ -1,9 +0,0 @@ -{ ... }: - -{ - security.audit = { - rules = [ - "-a task,never" - ]; - }; -} diff --git a/tv/2configs/default.nix b/tv/2configs/default.nix index a8ab538cc..280552fe4 100644 --- a/tv/2configs/default.nix +++ b/tv/2configs/default.nix @@ -11,7 +11,6 @@ with import <stockholm/lib>; imports = [ <secrets> - ./audit.nix ./backup.nix ./bash ./htop.nix |