Files
nixverse/nodes/hosts/common/system/time.nix
2025-06-29 07:40:48 -04:00

6 lines
76 B
Nix

{ ... }: {
# Set your time zone.
time.timeZone = "America/Montreal";
}