From 30bdb5dd7f878f7449c1f020fb55f85c048466b0 Mon Sep 17 00:00:00 2001 From: Katherina Walshe-Grey Date: Mon, 20 Jan 2025 18:39:36 +0000 Subject: [PATCH] elucredassa: set timezone to UTC --- hosts/elucredassa/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/elucredassa/default.nix b/hosts/elucredassa/default.nix index 38da22d..78f26b2 100644 --- a/hosts/elucredassa/default.nix +++ b/hosts/elucredassa/default.nix @@ -19,7 +19,6 @@ in qenya.base-server.enable = true; - time.timeZone = "Europe/London"; # Etc/UTC? i18n.defaultLocale = "en_GB.UTF-8"; console.keyMap = "uk"; services.xserver.xkb.layout = "gb";