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

The NixOS audit package must be installed.

DISA Rule

SV-268090r1130981_rule

Vulnerability Number

V-268090

Group Title

SRG-OS-000037-GPOS-00015

Rule Version

ANIX-00-000160

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure NixOS to have the audit service package.

Add the following Nix code to the NixOS Configuration, usually located in /etc/nixos/configuration.nix or /etc/nixos/flake.nix:

environment.systemPackages = [
audit
];

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

Check Contents

Verify that NixOS has the audit service installed with the following command:

$ systemctl is-active audit
active

If the "audit" service is not active, this is a finding.

Vulnerability Number

V-268090

Documentable

False

Rule Version

ANIX-00-000160

Severity Override Guidance

Verify that NixOS has the audit service installed with the following command:

$ systemctl is-active audit
active

If the "audit" service is not active, this is a finding.

Check Content Reference

M

Target Key

5658