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

NixOS must enforce password complexity by requiring that at least one special character be used.

DISA Rule

SV-268145r1131091_rule

Vulnerability Number

V-268145

Group Title

SRG-OS-000266-GPOS-00101

Rule Version

ANIX-00-001160

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure NixOS to enforce password complexity.

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

environment.etc."/security/pwquality.conf".text = ''
ocredit=-1
'';

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

Check Contents

Verify NixOS enforces the use of at least one special character in passwords with the following command:

$ grep minlen /etc/security/pwquality.conf

ocredit=-1

If the value of "ocredit" is a positive number or is commented out, this is a finding.

Vulnerability Number

V-268145

Documentable

False

Rule Version

ANIX-00-001160

Severity Override Guidance

Verify NixOS enforces the use of at least one special character in passwords with the following command:

$ grep minlen /etc/security/pwquality.conf

ocredit=-1

If the value of "ocredit" is a positive number or is commented out, this is a finding.

Check Content Reference

M

Target Key

5658