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 | 05492cbf275dcb6ca7ace17f89e11a56a94569b2 (patch) | |
tree | 9639e8afdec67a975b8d5749ebb39f6be16ac2d4 | |
parent | 0b9eced4e170ae70b2c9293a99fff199664f9c1f (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 669655e..941b3f6 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 644741a..0000000 --- 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 a8ab538..280552f 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 |