STIGQter STIGQter: STIG Summary: Anduril NixOS Security Technical Implementation Guide Version: 1 Release: 2 Benchmark Date: 01 Oct 2025:

NixOS must enable the audit daemon.

DISA Rule

SV-268080r1130951_rule

Vulnerability Number

V-268080

Group Title

SRG-OS-000004-GPOS-00004

Rule Version

ANIX-00-000030

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure NixOS to enable the audit service by updating the NixOS config, typically stored either in /etc/nixos/configuration.nix or /etc/nixos/flake.nix:

security.auditd.enable = true;
security.audit.enable = true;

Rebuild and switch to the new NixOS configuration:
$ sudo nixos-rebuild switch

Check Contents

Verify NixOS has the audit service configured with the following commands:

$ systemctl is-active audit.service
active

$ systemctl is-active auditd.service
active

If auditd and audit services are not active, this is a finding.

Vulnerability Number

V-268080

Documentable

False

Rule Version

ANIX-00-000030

Severity Override Guidance

Verify NixOS has the audit service configured with the following commands:

$ systemctl is-active audit.service
active

$ systemctl is-active auditd.service
active

If auditd and audit services are not active, this is a finding.

Check Content Reference

M

Target Key

5658