l: use 24:00 time format again

This commit is contained in:
lassulus 2020-09-27 15:33:24 +02:00
parent e73200db95
commit 9bb40397b7

View File

@ -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";
}