nix-conf/system/modules/time.nix
2024-12-12 10:57:27 +08:00

5 lines
47 B
Nix

{ ... }:
{
time.timeZone = "Asia/Taipei";
}