flake/nixos/networking/timezone.nix
2023-09-19 08:17:43 +08:00

5 lines
49 B
Nix

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