From ede1a67047205a254fef7006f8dc2137aef3b1a4 Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Wed, 31 Aug 2016 17:44:30 +0200 Subject: [PATCH] sj-laptop: switch tz back to Berlin --- configuration/steveej-laptop/system.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration/steveej-laptop/system.nix b/configuration/steveej-laptop/system.nix index fc6748e..5198ad6 100644 --- a/configuration/steveej-laptop/system.nix +++ b/configuration/steveej-laptop/system.nix @@ -90,8 +90,8 @@ consoleFont = "lat9w-16"; defaultLocale = "en_US.UTF-8"; }; - #time.timeZone = "Europe/Berlin"; - time.timeZone = "America/Los_Angeles"; + time.timeZone = "Europe/Berlin"; + #time.timeZone = "America/Los_Angeles"; # Services services.gpm.enable = true;