mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
shrink locales
This commit is contained in:
parent
1f55cfb230
commit
a5ce0e5446
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
{ config, pkgs, lib, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
{
|
{
|
||||||
time.timeZone = "US/Eastern";
|
time.timeZone = "US/Eastern";
|
||||||
|
i18n.supportedLocales = [ "en_US.UTF-8/UTF-8" ];
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
zfs.forceImportAll = false;
|
zfs.forceImportAll = false;
|
||||||
|
|
Loading…
Reference in a new issue