Update Loki config

This commit is contained in:
Filippo Berto 2022-06-05 10:40:12 +02:00
parent c25a5759ca
commit 812bc57aaa
5 changed files with 22 additions and 24 deletions

View file

@ -9,6 +9,8 @@
# # Cross-build arm
boot.binfmt.emulatedSystems = [ "armv7l-linux" "aarch64-linux" ];
hardware.enableRedistributableFirmware = true;
# Use same ACPI identifier as Dell Ubuntu
boot.kernelParams = [

View file

@ -7,8 +7,6 @@
{
boot.initrd.kernelModules = [ "i915" ];
hardware.cpu.intel.updateMicrocode = config.hardware.enableRedistributableFirmware;
hardware.opengl.enable = true;
hardware.opengl.extraPackages = with pkgs; [
intel-media-driver

View file

@ -7,8 +7,6 @@
{
boot.initrd.kernelModules = [ "i915" ];
hardware.cpu.intel.updateMicrocode = config.hardware.enableRedistributableFirmware;
services.xserver = {
videoDrivers = [ "nvidia" ];
displayManager.sddm = {