1
0
Fork 0

Remove hideProcessInformation from security config.

This commit is contained in:
Kevin Baensch 2023-01-29 16:24:40 +01:00
parent 4db219c279
commit 81b7af1fc0
Signed by: derped
GPG Key ID: C0F1D326C7626543
1 changed files with 0 additions and 1 deletions

View File

@ -6,6 +6,5 @@ mkIf (elem "security" config.machine.conffiles) {
security = {
audit.enable = true;
auditd.enable = true;
hideProcessInformation = true;
};
}