Audit-rules-nixos.service: Failed with result 'exit-code'

ai need helpt o find what is preventing my audit-rules to be loaded. i have found it is line 2 that is culprit, but cant find solution how i can make it actually working and what is the culprit on this so any pointers or actual fix is welcome

unpacking 1 channels...
building the system configuration...
evaluation warning: phatle profile: You have set either `nixpkgs.config` or `nixpkgs.overlays` while using `home-manager.useGlobalPkgs`.
                    This will soon not be possible. Please remove all `nixpkgs` options when using `home-manager.useGlobalPkgs`.
Installing Lanzaboote to "/boot"...
Collecting garbage...
Successfully installed Lanzaboote.
activating the configuration...
setting up /etc...
reloading user units for phatle...
restarting sysinit-reactivation.target
restarting the following units: systemd-journald.service
the following new units were started: NetworkManager-dispatcher.service
warning: the following units failed: audit-rules-nixos.service
× audit-rules-nixos.service - Load Audit Rules
     Loaded: loaded (/etc/systemd/system/audit-rules-nixos.service; enabled; preset: ignored)
     Active: failed (Result: exit-code) since Tue 2026-01-13 19:39:40 EET; 1s ago
 Invocation: 8de53837d9a24f5b9e8314bf403d001a
    Process: 23470 ExecStart=/nix/store/ff7hrmdiblm0x6053k0z4famcvhj52i2-audit-4.1.2-unstable-2025-09-06-bin/bin/auditctl -R /nix/store/41f3yw0jvy8v27zplwxgw4fnfvn9g2qp-audit.rules/audit.rules (code=exited, status=1/FAILURE)
    Process: 23476 ExecStopPost=/nix/store/ff7hrmdiblm0x6053k0z4famcvhj52i2-audit-4.1.2-unstable-2025-09-06-bin/bin/auditctl -e 0 (code=exited, status=255/EXCEPTION)
   Main PID: 23470 (code=exited, status=1/FAILURE)
         IP: 0B in, 0B out
         IO: 0B read, 0B written
   Mem peak: 1.9M
        CPU: 6ms

tammi 13 19:39:40 nixos systemd[1]: Starting Load Audit Rules...
tammi 13 19:39:40 nixos auditctl[23470]: No rules
tammi 13 19:39:40 nixos auditctl[23470]: There was an error in line 2 of /nix/store/41f3yw0jvy8v27zplwxgw4fnfvn9g2qp-audit.rules/audit.rules
tammi 13 19:39:40 nixos systemd[1]: audit-rules-nixos.service: Main process exited, code=exited, status=1/FAILURE
tammi 13 19:39:40 nixos auditctl[23476]: There was an error while processing parameters
tammi 13 19:39:40 nixos systemd[1]: audit-rules-nixos.service: Control process exited, code=exited, status=255/EXCEPTION
tammi 13 19:39:40 nixos systemd[1]: audit-rules-nixos.service: Failed with result 'exit-code'.
tammi 13 19:39:40 nixos systemd[1]: Failed to start Load Audit Rules.
Command 'systemd-run -E LOCALE_ARCHIVE -E NIXOS_INSTALL_BOOTLOADER -E NIXOS_NO_CHECK --collect --no-ask-password --pipe --quiet --service-type=exec --unit=nixos-rebuild-switch-to-configuration /nix/store/cyi369x2a2rrc37l97cwvw6rwz48wnms-nixos-system-nixos-26.05.20260111.ffbc9f8/bin/switch-to-configuration switch' returned non-zero exit status 4.

❯ cat /nix/store/41f3yw0jvy8v27zplwxgw4fnfvn9g2qp-audit.rules/audit.rules

[bat warning]: Unknown theme 'compline', using default.
─────┬─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
     │ File: /nix/store/41f3yw0jvy8v27zplwxgw4fnfvn9g2qp-audit.rules/audit.rules
─────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
   1 │ -D
   2 │ -b 1024
   3 │ -f 1
   4 │ -r 0
   5 │ -w /var/log/faillog -p wa -k auth
   6 │ -w /var/log/lastlog -p wa -k auth
   7 │ -w /etc/passwd -p wa -k identity
   8 │ -w /etc/group -p wa -k identity
   9 │ -w /etc/shadow -p wa -k identity
  10 │ -w /etc/gshadow -p wa -k identity
  11 │ -w /etc/sudoers -p wa -k sudoers
  12 │ -w /etc/sudoers.d/ -p wa -k sudoers
  13 │ -w /etc/nixos/ -p wa -k nixos_config
  14 │ -a always,exit -F arch=b64 -S init_module -S finit_module -k modules
  15 │ -a always,exit -F arch=b64 -S delete_module -k modules
  16 │ -a always,exit -F arch=b64 -S adjtimex -S settimeofday -S clock_settime -k time_change
  17 │ -w /etc/localtime -p wa -k time_change
  18 │ -a always,exit -F arch=b64 -S unlink -S unlinkat -S rename -S renameat -F auid>=1000 -F auid!=4294967295 -k delete
  19 │ -a always,exit -F arch=b64 -S setuid -F a0=0 -k privilege_escalation
  20 │
  21 │ -e 1

i got some progress now it only fails on ´skipping line 2 in filter conf: too long´

still if someone has possible solution please let me know