Add timezone to work config

This commit is contained in:
Michael Thomas 2022-01-17 05:10:38 +00:00
parent 9f301190be
commit 661a612d16

View File

@ -16,6 +16,8 @@ in
environment.etc.hosts.enable = false;
environment.etc."resolv.conf".enable = false;
time.timeZone = "America/New_York";
programs.adb.enable = true;
networking.dhcpcd.enable = false;