mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-08 06:28:50 +03:00
nixos/tools: adapt for renamed console options
This commit is contained in:
parent
5e76bf706b
commit
d19089e1e7
@ -111,10 +111,10 @@ in
|
|||||||
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
|
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
|
||||||
|
|
||||||
# Select internationalisation properties.
|
# Select internationalisation properties.
|
||||||
# i18n = {
|
# i18n.defaultLocale = "en_US.UTF-8";
|
||||||
# consoleFont = "Lat2-Terminus16";
|
# console = {
|
||||||
# consoleKeyMap = "us";
|
# font = "Lat2-Terminus16";
|
||||||
# defaultLocale = "en_US.UTF-8";
|
# keyMap = "us";
|
||||||
# };
|
# };
|
||||||
|
|
||||||
# Set your time zone.
|
# Set your time zone.
|
||||||
|
Loading…
Reference in New Issue
Block a user