about summary refs log tree commit diff
path: root/machines/profpatsch/base-workstation.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/profpatsch/base-workstation.nix')
-rw-r--r--machines/profpatsch/base-workstation.nix2
1 files changed, 1 insertions, 1 deletions
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";