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

NixOS must use multifactor authentication for network access to privileged accounts.

DISA Rule

SV-268136r1131076_rule

Vulnerability Number

V-268136

Group Title

SRG-OS-000105-GPOS-00052

Rule Version

ANIX-00-000850

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure NixOS to have a package that enforces multifactor authentication installed.

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

environment.systemPackages = [
pkgs.opencryptoki
];

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

Check Contents

Verify NixOS has the packages required for multifactor authentication installed with the following command:

$ which p11sak

/run/current-system/sw/bin/p11sak

If the "p11sak" program is not found in PATH, this is a finding.

Vulnerability Number

V-268136

Documentable

False

Rule Version

ANIX-00-000850

Severity Override Guidance

Verify NixOS has the packages required for multifactor authentication installed with the following command:

$ which p11sak

/run/current-system/sw/bin/p11sak

If the "p11sak" program is not found in PATH, this is a finding.

Check Content Reference

M

Target Key

5658