nit(Infini-FRAMEWORK): remove redundant configuration

This commit is contained in:
Infinidoge 2022-04-20 09:31:14 -04:00
parent 7bb3fdfef7
commit 5ce43945bc
2 changed files with 0 additions and 4 deletions

View file

@ -57,7 +57,5 @@
networking.interfaces.wlp170s0.useDHCP = true;
hardware.video.hidpi.enable = false;
console.font = lib.mkDefault "${pkgs.terminus_font}/share/consolefonts/ter-v32n.psf.gz";
console.earlySetup = lib.mkDefault true;
}

View file

@ -61,6 +61,4 @@ in
swapDevices = [{ device = uuid "28672ffb-9f1c-462b-b49d-8a14b3dd72b3"; }];
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
# high-resolution display
hardware.video.hidpi.enable = lib.mkDefault true;
}