nixos-config/components/timezone.nix
2025-01-02 21:58:23 +13:00

6 lines
97 B
Nix

{ lib, ... }:
{
# some system stuff
# -----------------
time.timeZone = "Europe/Berlin";
}