shrink locales

This commit is contained in:
Sean Buckley 2021-04-14 10:24:51 -04:00
parent 1f55cfb230
commit a5ce0e5446

View file

@ -1,6 +1,7 @@
{ config, pkgs, lib, ... }:
{
time.timeZone = "US/Eastern";
i18n.supportedLocales = [ "en_US.UTF-8/UTF-8" ];
boot = {
zfs.forceImportAll = false;