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

NixOS must protect wireless access to and from the system using encryption.

DISA Rule

SV-268146r1131093_rule

Vulnerability Number

V-268146

Group Title

SRG-OS-000299-GPOS-00117

Rule Version

ANIX-00-001250

Severity

CAT I

CCI(s)

Weight

10

Fix Recommendation

Configure the audit service to disable wireless interfaces.

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

networking.wireless.enable = false;

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

Check Contents

Verify NixOS disables wireless adapters by running the following command:

$ grep -R networking.wireless /etc/nixos/

/etc/nixos/configuratino.nix:networking.wireless.enable = false;

If " networking.wireless.enable", does not equal false, is missing, or is commented out, this is a finding.

Vulnerability Number

V-268146

Documentable

False

Rule Version

ANIX-00-001250

Severity Override Guidance

Verify NixOS disables wireless adapters by running the following command:

$ grep -R networking.wireless /etc/nixos/

/etc/nixos/configuratino.nix:networking.wireless.enable = false;

If " networking.wireless.enable", does not equal false, is missing, or is commented out, this is a finding.

Check Content Reference

M

Target Key

5658