summaryrefslogtreecommitdiff
path: root/hosts/sif/hw.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-03-27 18:46:45 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2021-03-27 18:46:45 +0100
commit6021a9e22f99bb9b19134e2cb443bdeba852edc6 (patch)
tree398720cbb8a601553900866031ba3f093e051106 /hosts/sif/hw.nix
parente203311de813949dec992b76b04410068768eaf5 (diff)
downloadnixos-6021a9e22f99bb9b19134e2cb443bdeba852edc6.tar
nixos-6021a9e22f99bb9b19134e2cb443bdeba852edc6.tar.gz
nixos-6021a9e22f99bb9b19134e2cb443bdeba852edc6.tar.bz2
nixos-6021a9e22f99bb9b19134e2cb443bdeba852edc6.tar.xz
nixos-6021a9e22f99bb9b19134e2cb443bdeba852edc6.zip
Diffstat (limited to 'hosts/sif/hw.nix')
-rw-r--r--hosts/sif/hw.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/hosts/sif/hw.nix b/hosts/sif/hw.nix
index 4a3e6c86..92afb7c9 100644
--- a/hosts/sif/hw.nix
+++ b/hosts/sif/hw.nix
@@ -26,7 +26,6 @@
26 ]; 26 ];
27 27
28 nix.maxJobs = 12; 28 nix.maxJobs = 12;
29 powerManagement.cpuFreqGovernor = "powersave";
30 # High-DPI console 29 # High-DPI console
31 console.font = "${pkgs.terminus_font}/share/consolefonts/ter-u28n.psf.gz"; 30 console.font = "${pkgs.terminus_font}/share/consolefonts/ter-u28n.psf.gz";
32 31