summaryrefslogtreecommitdiff
path: root/sif/hw.nix
diff options
context:
space:
mode:
Diffstat (limited to 'sif/hw.nix')
-rw-r--r--sif/hw.nix2
1 files changed, 1 insertions, 1 deletions
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 @@
32 nix.maxJobs = lib.mkDefault 12; 32 nix.maxJobs = lib.mkDefault 12;
33 powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; 33 powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
34 # High-DPI console 34 # High-DPI console
35 i18n.consoleFont = lib.mkDefault "${pkgs.terminus_font}/share/consolefonts/ter-u28n.psf.gz"; 35 console.font = lib.mkDefault "${pkgs.terminus_font}/share/consolefonts/ter-u28n.psf.gz";
36 36
37 hardware.cpu.intel.updateMicrocode = true; 37 hardware.cpu.intel.updateMicrocode = true;
38} 38}