about summary refs log tree commit diff
path: root/machines/profpatsch
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2018-12-22 00:15:47 +0100
committerProfpatsch <mail@profpatsch.de>2018-12-22 00:15:47 +0100
commita9182acabff4b9848f35f235e6ca0a0d7f404c29 (patch)
treee55fb0061f0be8cdb14205ab48c8d9dfd9daa9ed /machines/profpatsch
parentd169fd674d4ccecfc404df0cbd5ca6af230ccd0c (diff)
machines/profpatsch/workstation: Accept the Truth
Diffstat (limited to 'machines/profpatsch')
-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";