eve hardware - updates

This commit is contained in:
Don Harper 2023-04-01 22:27:10 -05:00
parent edb87a8cc4
commit 6c4e003323

View file

@ -18,7 +18,7 @@
fsType = "ext4";
};
fileSystems."/boot/efi" =
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/9492-C4B2";
fsType = "vfat";
};
@ -36,6 +36,4 @@
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
# high-resolution display
hardware.video.hidpi.enable = lib.mkDefault true;
}