mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
Remove redundant i18n.supportedLocales setting
This is already set in profiles/minimal.nix. Probably fixes #7589.
This commit is contained in:
parent
bf9975e179
commit
19366a10fc
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user