diff --git a/eve/hardware-configuration.nix b/eve/hardware-configuration.nix index 7bb0014..759302a 100644 --- a/eve/hardware-configuration.nix +++ b/eve/hardware-configuration.nix @@ -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; }