fix: services.auditd -> security.audit (correct NixOS option path)

This commit is contained in:
2026-05-01 02:09:50 +00:00
parent 6999d50f35
commit 9291d83870

View File

@@ -469,7 +469,7 @@
}; };
# Audit logging # Audit logging
services.auditd.enable = true; security.audit.enable = true;
# Fail2ban log directory # Fail2ban log directory
systemd.tmpfiles.rules = [ systemd.tmpfiles.rules = [