diff --git a/nix/configurations/vanadium/home/xmobar/xmobar.hs b/nix/configurations/vanadium/home/xmobar/xmobar.hs
index cfecc81e..c033dc03 100644
--- a/nix/configurations/vanadium/home/xmobar/xmobar.hs
+++ b/nix/configurations/vanadium/home/xmobar/xmobar.hs
@@ -21,7 +21,7 @@ config =
, commands =
[ Run $ DateZone "%a %d %H:%M:%S" "" "" "hereClock" (1 &second)
, Run $ DateZone "%H:%M" "" "America/Aruba" "arubaClock" (10 &second)
- , Run $ DateZone "%H:%M" "" "America/Montreal" "montrealClock" (10 &second)
+ , Run $ DateZone "%H:%M" "" "Europe/Dublin" "dublinClock" (10 &second)
, Run $ DateZone "%H:%M" "" "Europe/Paris" "cetClock" (10 &second)
, Run $ DateZone "%H:%M" "" "Asia/Taipei" "tstClock" (10 &second)
, Run $
@@ -67,7 +67,7 @@ config =
<> intercalate "|"
[ unwords
[ "[AUA: %arubaClock%]"
- , "[YUL: %montrealClock%]"
+ , "[DUB: %dublinClock%]"
, "[CDG: %cetClock%]"
, "[TPE: %tstClock%]"
]