From 5ce43945bc949626e7906be6eb201dea9b77b9f8 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Wed, 20 Apr 2022 09:31:14 -0400 Subject: [PATCH] nit(Infini-FRAMEWORK): remove redundant configuration --- hosts/Infini-FRAMEWORK/default.nix | 2 -- hosts/Infini-FRAMEWORK/hardware-configuration.nix | 2 -- 2 files changed, 4 deletions(-) diff --git a/hosts/Infini-FRAMEWORK/default.nix b/hosts/Infini-FRAMEWORK/default.nix index 35fe43d..a8c5bd7 100644 --- a/hosts/Infini-FRAMEWORK/default.nix +++ b/hosts/Infini-FRAMEWORK/default.nix @@ -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; } diff --git a/hosts/Infini-FRAMEWORK/hardware-configuration.nix b/hosts/Infini-FRAMEWORK/hardware-configuration.nix index b50f889..cd50900 100644 --- a/hosts/Infini-FRAMEWORK/hardware-configuration.nix +++ b/hosts/Infini-FRAMEWORK/hardware-configuration.nix @@ -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; }