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 the system using authentication of users and/or devices.

DISA Rule

SV-268147r1131095_rule

Vulnerability Number

V-268147

Group Title

SRG-OS-000300-GPOS-00118

Rule Version

ANIX-00-001260

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure the audit service to disable Bluetooth adapters.

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

hardware.bluetooth.enable = false;

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

Check Contents

Verify NixOS disables Bluetooth adapters by running the following command:

$ grep -R hardware.bluetooth /etc/nixos/

/etc/nixos/configuration.nix:hardware.bluetooth.enable = false;

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

Vulnerability Number

V-268147

Documentable

False

Rule Version

ANIX-00-001260

Severity Override Guidance

Verify NixOS disables Bluetooth adapters by running the following command:

$ grep -R hardware.bluetooth /etc/nixos/

/etc/nixos/configuration.nix:hardware.bluetooth.enable = false;

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

Check Content Reference

M

Target Key

5658