Merge pull request #85643 from petabyteboy/feature/generate-config

nixos/tools: adapt for renamed console options
This commit is contained in:
worldofpeace 2020-04-21 12:50:55 -04:00 committed by GitHub
commit 9b20a24d4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -111,10 +111,10 @@ in
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
# Select internationalisation properties.
# i18n = {
# consoleFont = "Lat2-Terminus16";
# consoleKeyMap = "us";
# defaultLocale = "en_US.UTF-8";
# i18n.defaultLocale = "en_US.UTF-8";
# console = {
# font = "Lat2-Terminus16";
# keyMap = "us";
# };
# Set your time zone.