From 661a612d16ac49e0be43704b8a3a835d324f10de Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Mon, 17 Jan 2022 05:10:38 +0000 Subject: [PATCH] Add timezone to work config --- machines/work/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/machines/work/configuration.nix b/machines/work/configuration.nix index f005e01..cadde05 100644 --- a/machines/work/configuration.nix +++ b/machines/work/configuration.nix @@ -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;