9 lines
139 B
Nix
9 lines
139 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
security = {
|
|
audit.enable = true;
|
|
auditd.enable = true;
|
|
hideProcessInformation = true;
|
|
};
|
|
}
|