From bb750b118f4379a523bebbb1d2f48b0e41bf6150 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Fri, 13 Dec 2024 19:24:25 -0500 Subject: [PATCH] WIP: breaking change --- hosts/nixos/porthos/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/nixos/porthos/default.nix b/hosts/nixos/porthos/default.nix index bd1bdb1..f44f588 100644 --- a/hosts/nixos/porthos/default.nix +++ b/hosts/nixos/porthos/default.nix @@ -15,6 +15,7 @@ # Set your time zone. time.timeZone = "Europe/Paris"; + time.timeZone = "Europe/London"; system.stateVersion = "24.05"; # Did you read the comment? }