Add auditd

This commit is contained in:
ItsDrike 2024-04-15 22:47:54 +02:00
parent 4ea6be120d
commit c3dda54f90
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
6 changed files with 127 additions and 0 deletions

View file

@ -59,6 +59,13 @@
hasTPM = true;
};
security = {
auditd = {
enable = true;
autoPrune.enable = true;
};
};
workstation = {
printing.enable = true;
};