From 9291d8387033749f814391c172752566bedd2d81 Mon Sep 17 00:00:00 2001 From: Hermes Date: Fri, 1 May 2026 02:09:50 +0000 Subject: [PATCH] fix: services.auditd -> security.audit (correct NixOS option path) --- hosts/lazyworkhorse/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/lazyworkhorse/configuration.nix b/hosts/lazyworkhorse/configuration.nix index dd0556e..6223c9c 100644 --- a/hosts/lazyworkhorse/configuration.nix +++ b/hosts/lazyworkhorse/configuration.nix @@ -469,7 +469,7 @@ }; # Audit logging - services.auditd.enable = true; + security.audit.enable = true; # Fail2ban log directory systemd.tmpfiles.rules = [