didn't need timesyncd settings

This commit is contained in:
Gerg-L 2023-03-11 15:05:40 -05:00
parent a2f8620fb0
commit 5464c0087f

View file

@ -10,16 +10,5 @@ _: {lib, ...}: {
KbdInteractiveAuthentication = false;
};
};
#time settings
time.timeZone = "America/New_York";
services = {
timesyncd = {
enable = true;
servers = [
"time.cloudflare.com"
];
};
};
i18n.defaultLocale = "en_US.UTF-8";
}