diff options
-rw-r--r-- | lass/2configs/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lass/2configs/default.nix b/lass/2configs/default.nix index e4996743d..f59988b75 100644 --- a/lass/2configs/default.nix +++ b/lass/2configs/default.nix @@ -220,4 +220,7 @@ with import <stockholm/lib>; networking.dhcpcd.extraConfig = '' noipv4ll ''; + + # use 24:00 time format, the default got sneakily changed around 20.03 + i18n.defaultLocale = mkDefault "C.UTF-8"; } |