diff --git a/hostconfig/gandalf/nixos.nix b/hostconfig/gandalf/nixos.nix index c8ea876..663e0cf 100644 --- a/hostconfig/gandalf/nixos.nix +++ b/hostconfig/gandalf/nixos.nix @@ -49,7 +49,6 @@ in networking.hostName = "gandalf"; networking.networkmanager.enable = true; - time.timeZone = "Europe/Paris"; services.automatic-timezoned.enable = true; i18n.defaultLocale = "en_GB.UTF-8";