From a9182acabff4b9848f35f235e6ca0a0d7f404c29 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Sat, 22 Dec 2018 00:15:47 +0100 Subject: machines/profpatsch/workstation: Accept the Truth --- machines/profpatsch/base-workstation.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/profpatsch/base-workstation.nix b/machines/profpatsch/base-workstation.nix index 37cc682a..645ed4b6 100644 --- a/machines/profpatsch/base-workstation.nix +++ b/machines/profpatsch/base-workstation.nix @@ -72,7 +72,7 @@ in { services.openssh.enable = true; - time.timeZone = "Europe/Berlin"; + time.timeZone = "Europe/Paris"; # bounded journal size services.journald.extraConfig = "SystemMaxUse=50M"; -- cgit 1.4.1