From 6aab800aabde2228eccee3bb78012023ed2c9969 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Fri, 28 Jun 2024 08:34:59 +0200 Subject: [PATCH] update locale --- hosts/server/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index 1588bce..f5b6dd2 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -56,7 +56,7 @@ LC_NUMERIC = "nl_NL.UTF-8"; LC_PAPER = "nl_NL.UTF-8"; LC_TELEPHONE = "nl_NL.UTF-8"; - LC_TIME = "nl_NL.UTF-8"; + LC_TIME = "en_GB.UTF-8"; }; # Configure network proxy if necessary # networking.proxy.default = "http://user:password@proxy:port/";