10 lines
83 B
Nix
10 lines
83 B
Nix
{ ... }:
|
|
|
|
{
|
|
security.audit = {
|
|
rules = [
|
|
"-a task,never"
|
|
];
|
|
};
|
|
}
|