dotfiles/nixos/modules/time.nix
2025-01-22 11:14:58 +01:00

7 lines
116 B
Nix

{ ... }:
{
# Set your time zone.
time.hardwareClockInLocalTime = true;
time.timeZone = "Europe/Amsterdam";
}