From 60cc594b28519f9916069bf50138b27bbe0c28ad Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Tue, 28 Jun 2016 11:34:22 -0700 Subject: [PATCH] sj laptop: new timezone --- configuration/steveej-laptop/system.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration/steveej-laptop/system.nix b/configuration/steveej-laptop/system.nix index 8dd9302..8db5162 100644 --- a/configuration/steveej-laptop/system.nix +++ b/configuration/steveej-laptop/system.nix @@ -90,7 +90,8 @@ consoleFont = "lat9w-16"; defaultLocale = "en_US.UTF-8"; }; - time.timeZone = "Europe/Berlin"; + #time.timeZone = "Europe/Berlin"; + time.timeZone = "America/Los_Angeles"; # Services services.gpm.enable = true;