NixOS / infra

NixOS configurations for nixos.org and its servers
MIT License
208 stars 91 forks source link

Use UTC for all machines #365

Closed mweinelt closed 4 months ago

mweinelt commented 4 months ago

Haumea and Eris currently run on the Europe/Amsterdam timezone, while Rhea runs on UTC.

All machines should run in the same timezone, which will be UTC.

modules/common.nix
6:  time.timeZone = "Europe/Amsterdam";

delft/rhea/configuration.nix
25:  time.timeZone = lib.mkForce "UTC";