nixos-config/components/timezone.nix
Ingolf Wagner 14653b861b
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 12m45s
🔧 change timezone
2025-01-02 21:58:23 +13:00

6 lines
97 B
Nix

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