feat: enabled auditd

This commit is contained in:
silver 2025-09-05 22:35:09 +01:00
parent 0075fca986
commit 1fa89834d0
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D

View file

@ -62,6 +62,13 @@ in {
"a /home/*/.bash_history - - - - u:splunk:r"
];
security.auditd = {
enable = true;
settings = {
log_group = cfg.user.group;
};
};
# set up the core files
systemd.services."${name}_prestart" = {
wantedBy = [