{ config, pkgs, lib, ... }: { # NTP servers for this environment ntpServers = [ "10.10.128.1" # IPv4 gateway "fd00::1" # IPv6 gateway ]; # Time zone timeZone = "Europe/Paris"; # Hardware clock setting hardwareClock = "UTC"; }