flake-config/modules/time.nix

4 lines
73 B
Nix

{
services.ntp.enable = false;
time.timeZone = "America/New_York";
}