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/";