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

NixOS must have time synchronization enabled.

DISA Rule

SV-268151r1131103_rule

Vulnerability Number

V-268151

Group Title

SRG-OS-000356-GPOS-00144

Rule Version

ANIX-00-001440

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure NixOS to regularly synchronize the system clock.

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

services.timesyncd.enable = true;

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

Check Contents

Verify NixOS synchronizes internal information system clocks to the authoritative time source when the time difference is greater than one second with the following command:

$ grep -iR timesyncd.enable /etc/nixos/

services.timesyncd.enable = true;

If "services.timesyncd.enable" is not set to "true", is commented out, or is missing, this is a finding.

Vulnerability Number

V-268151

Documentable

False

Rule Version

ANIX-00-001440

Severity Override Guidance

Verify NixOS synchronizes internal information system clocks to the authoritative time source when the time difference is greater than one second with the following command:

$ grep -iR timesyncd.enable /etc/nixos/

services.timesyncd.enable = true;

If "services.timesyncd.enable" is not set to "true", is commented out, or is missing, this is a finding.

Check Content Reference

M

Target Key

5658