Files
nixos/system/time.nix

6 lines
49 B
Nix
Raw Normal View History

2026-03-29 21:31:08 +00:00
{...}:
{
time.timeZone = "Europe/London";
}