tv audit: RIP
There's no need to silence audit anymore because it's disabled since nixpkgs 16b3e26da4455c6d3f876639ce27ce6cd40d6895.
This commit is contained in:
parent
7f342406b7
commit
378be7f0c2
@ -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>
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
{ ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
security.audit = {
|
|
||||||
rules = [
|
|
||||||
"-a task,never"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
|
@ -11,7 +11,6 @@ with import <stockholm/lib>;
|
|||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
<secrets>
|
<secrets>
|
||||||
./audit.nix
|
|
||||||
./backup.nix
|
./backup.nix
|
||||||
./bash
|
./bash
|
||||||
./htop.nix
|
./htop.nix
|
||||||
|
Loading…
Reference in New Issue
Block a user