Remove redundant i18n.supportedLocales setting

This is already set in profiles/minimal.nix.

Probably fixes #7589.
This commit is contained in:
Eelco Dolstra 2015-04-27 19:19:48 +02:00
parent bf9975e179
commit 19366a10fc

View file

@ -26,10 +26,6 @@ with lib;
# Disable some other stuff we don't need.
security.sudo.enable = false;
# Include only the en_US locale. This saves 75 MiB or so compared to
# the full glibcLocales package.
i18n.supportedLocales = ["en_US.UTF-8/UTF-8" "en_US/ISO-8859-1"];
# Automatically log in at the virtual consoles.
services.mingetty.autologinUser = "root";