diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2024-08-07 09:31:01 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2024-08-07 09:31:01 +0200 |
commit | 73b08cbd76d4471c9a6fddd05265d7d7fc4c45ff (patch) | |
tree | 9555352bed8b08d4c4d28ea5911144ecb5b0ae1a /hosts/sif/hw.nix | |
parent | 0213eba25b05c1cdd8d11f936c77c85f25094120 (diff) | |
download | nixos-73b08cbd76d4471c9a6fddd05265d7d7fc4c45ff.tar nixos-73b08cbd76d4471c9a6fddd05265d7d7fc4c45ff.tar.gz nixos-73b08cbd76d4471c9a6fddd05265d7d7fc4c45ff.tar.bz2 nixos-73b08cbd76d4471c9a6fddd05265d7d7fc4c45ff.tar.xz nixos-73b08cbd76d4471c9a6fddd05265d7d7fc4c45ff.zip |
...
Diffstat (limited to 'hosts/sif/hw.nix')
-rw-r--r-- | hosts/sif/hw.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hosts/sif/hw.nix b/hosts/sif/hw.nix index d01582e0..077d25a6 100644 --- a/hosts/sif/hw.nix +++ b/hosts/sif/hw.nix | |||
@@ -95,7 +95,5 @@ | |||
95 | # High-DPI console | 95 | # High-DPI console |
96 | console.font = "${pkgs.terminus_font}/share/consolefonts/ter-u28n.psf.gz"; | 96 | console.font = "${pkgs.terminus_font}/share/consolefonts/ter-u28n.psf.gz"; |
97 | 97 | ||
98 | hardware.cpu.intel.updateMicrocode = true; | ||
99 | |||
100 | hardware.enableRedistributableFirmware = true; | 98 | hardware.enableRedistributableFirmware = true; |
101 | } | 99 | } |