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
+4 -4
View File
@@ -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.