From eff81048690718e323db5f5ff3fa0690db16ce17 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 6 Jan 2020 14:13:26 +0100 Subject: ... --- sif.nix | 5 +---- sif/hw.nix | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/sif.nix b/sif.nix index 504f556b..241db2aa 100644 --- a/sif.nix +++ b/sif.nix @@ -42,10 +42,7 @@ powerManagement.enable = true; i18n.defaultLocale = "en_US.UTF-8"; - console = { - font = "lat9w-16"; - keyMap = "dvp"; - }; + console.keyMap = "dvp"; boot.kernelPackages = pkgs.linuxPackages_latest; diff --git a/sif/hw.nix b/sif/hw.nix index 1a20bcf5..6863f5e8 100644 --- a/sif/hw.nix +++ b/sif/hw.nix @@ -32,7 +32,7 @@ nix.maxJobs = lib.mkDefault 12; powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; # High-DPI console - i18n.consoleFont = lib.mkDefault "${pkgs.terminus_font}/share/consolefonts/ter-u28n.psf.gz"; + console.font = lib.mkDefault "${pkgs.terminus_font}/share/consolefonts/ter-u28n.psf.gz"; hardware.cpu.intel.updateMicrocode = true; } -- cgit v1.2.3