From ff0920533c54c1e0fef048b12c383d8fd0cee119 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Wed, 22 Jun 2016 13:23:31 +0100 Subject: [PATCH] Lisbon here I come! --- theba.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/theba.nix b/theba.nix index 8d61613..8419dd9 100644 --- a/theba.nix +++ b/theba.nix @@ -68,4 +68,6 @@ virtualisation.virtualbox.host.enable = true; + time.timeZone = pkgs.lib.mkOverride 10 "Europe/Lisbon"; + }