From 0e784cf08aca760c40501707bc764de323dbdf21 Mon Sep 17 00:00:00 2001 From: Quentin Boyer Date: Sun, 10 Nov 2024 23:03:22 +0100 Subject: [PATCH] hostconfig/gandalf: Switch back to manual timezone management --- hostconfig/gandalf/nixos.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hostconfig/gandalf/nixos.nix b/hostconfig/gandalf/nixos.nix index 663e0cf..67089cc 100644 --- a/hostconfig/gandalf/nixos.nix +++ b/hostconfig/gandalf/nixos.nix @@ -49,7 +49,7 @@ in networking.hostName = "gandalf"; networking.networkmanager.enable = true; - services.automatic-timezoned.enable = true; + time.timeZone = "Europe/Paris"; i18n.defaultLocale = "en_GB.UTF-8";