nixos-config/components/timezone.nix

7 lines
97 B
Nix
Raw Normal View History

2024-08-28 00:37:18 +02:00
{ lib, ... }:
2024-07-24 00:55:55 +02:00
{
# some system stuff
# -----------------
2025-01-02 09:58:23 +01:00
time.timeZone = "Europe/Berlin";
2024-07-24 00:55:55 +02:00
}