for some reason ntp is preventing me from deploying

This commit is contained in:
Squibid 2026-01-25 12:19:01 -05:00
parent 9d72e1ec8a
commit 0a666d76f6
Signed by: squibid
GPG key ID: BECE5684D3C4005D

View file

@ -1,4 +1,4 @@
{ {
services.ntp.enable = true; services.ntp.enable = false;
time.timeZone = "America/New_York"; time.timeZone = "America/New_York";
} }