about summary refs log tree commit diff
path: root/nixos/modules/installer
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2020-04-21 12:50:55 -0400
committerGitHub <noreply@github.com>2020-04-21 12:50:55 -0400
commit9b20a24d4d59e6563bfb0d3182c463221f16cc5d (patch)
tree2939582d3abb3f0ac75c04961c0ff364d3f68a11 /nixos/modules/installer
parent25b9bca759f3fa914c51bcf01de552446c507822 (diff)
parentd19089e1e7ef569399cd010bffed739ba6ffb1fc (diff)
downloadnixlib-9b20a24d4d59e6563bfb0d3182c463221f16cc5d.tar
nixlib-9b20a24d4d59e6563bfb0d3182c463221f16cc5d.tar.gz
nixlib-9b20a24d4d59e6563bfb0d3182c463221f16cc5d.tar.bz2
nixlib-9b20a24d4d59e6563bfb0d3182c463221f16cc5d.tar.lz
nixlib-9b20a24d4d59e6563bfb0d3182c463221f16cc5d.tar.xz
nixlib-9b20a24d4d59e6563bfb0d3182c463221f16cc5d.tar.zst
nixlib-9b20a24d4d59e6563bfb0d3182c463221f16cc5d.zip
Merge pull request #85643 from petabyteboy/feature/generate-config
nixos/tools: adapt for renamed console options
Diffstat (limited to 'nixos/modules/installer')
-rw-r--r--nixos/modules/installer/tools/tools.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/nixos/modules/installer/tools/tools.nix b/nixos/modules/installer/tools/tools.nix
index 655d77db157d..111286214248 100644
--- a/nixos/modules/installer/tools/tools.nix
+++ b/nixos/modules/installer/tools/tools.nix
@@ -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.